mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
61 lines
2.1 KiB
YAML
61 lines
2.1 KiB
YAML
"base_path": ".."
|
|
"preserve_hierarchy": true
|
|
"files": [
|
|
{
|
|
"source": "/ArchiSteamFarm/Localization/Strings.resx",
|
|
"translation": "/ArchiSteamFarm/Localization/Strings.%locale%.resx",
|
|
"translation_replace": {
|
|
".bs-BA.resx": ".bs-Latn.resx",
|
|
".lol-US.resx": ".qps-Ploc.resx",
|
|
".sr-CS.resx": ".sr-Latn.resx",
|
|
".zh-CN.resx": ".zh-Hans.resx",
|
|
".zh-HK.resx": ".zh-Hant-HK.resx",
|
|
".zh-TW.resx": ".zh-Hant.resx"
|
|
}
|
|
},
|
|
{
|
|
"source": "/ArchiSteamFarm.OfficialPlugins.ItemsMatcher/Localization/Strings.resx",
|
|
"translation": "/ArchiSteamFarm.OfficialPlugins.ItemsMatcher/Localization/Strings.%locale%.resx",
|
|
"translation_replace": {
|
|
".bs-BA.resx": ".bs-Latn.resx",
|
|
".lol-US.resx": ".qps-Ploc.resx",
|
|
".sr-CS.resx": ".sr-Latn.resx",
|
|
".zh-CN.resx": ".zh-Hans.resx",
|
|
".zh-HK.resx": ".zh-Hant-HK.resx",
|
|
".zh-TW.resx": ".zh-Hant.resx"
|
|
}
|
|
},
|
|
{
|
|
"source": "/ArchiSteamFarm.OfficialPlugins.MobileAuthenticator/Localization/Strings.resx",
|
|
"translation": "/ArchiSteamFarm.OfficialPlugins.MobileAuthenticator/Localization/Strings.%locale%.resx",
|
|
"translation_replace": {
|
|
".bs-BA.resx": ".bs-Latn.resx",
|
|
".lol-US.resx": ".qps-Ploc.resx",
|
|
".sr-CS.resx": ".sr-Latn.resx",
|
|
".zh-CN.resx": ".zh-Hans.resx",
|
|
".zh-HK.resx": ".zh-Hant-HK.resx",
|
|
".zh-TW.resx": ".zh-Hant.resx"
|
|
}
|
|
},
|
|
{
|
|
"source": "/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/Localization/Strings.resx",
|
|
"translation": "/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/Localization/Strings.%locale%.resx",
|
|
"translation_replace": {
|
|
".bs-BA.resx": ".bs-Latn.resx",
|
|
".lol-US.resx": ".qps-Ploc.resx",
|
|
".sr-CS.resx": ".sr-Latn.resx",
|
|
".zh-CN.resx": ".zh-Hans.resx",
|
|
".zh-HK.resx": ".zh-Hant-HK.resx",
|
|
".zh-TW.resx": ".zh-Hant.resx"
|
|
}
|
|
},
|
|
{
|
|
"source": "/wiki/*.md",
|
|
"translation": "/wiki/locale/%locale%/%file_name%-%locale%.%file_extension%",
|
|
"ignore": [ "/**/_*.md" ]
|
|
},
|
|
{
|
|
"source": "/wiki/_Sidebar.md",
|
|
"translation": "/wiki/locale/%locale%/_Sidebar.md"
|
|
}
|
|
]
|