mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-13 00:17:21 +00:00
ceb021dbdf
* Attempt at resolving https://github.com/actions/virtual-environments/issues/5189 * Clean up dockerfiles from no longer required workarounds
35 lines
1.1 KiB
YAML
35 lines
1.1 KiB
YAML
"base_path": ".."
|
|
"preserve_hierarchy": true
|
|
"files": [
|
|
{
|
|
"source": "/ArchiSteamFarm/Localization/Strings.resx",
|
|
"translation": "/ArchiSteamFarm/Localization/Strings.%locale%.resx",
|
|
"translation_replace": {
|
|
".lol-US.resx": ".qps-Ploc.resx",
|
|
".sr-CS.resx": ".sr-Latn.resx",
|
|
".zh-CN.resx": ".zh-Hans-CN.resx",
|
|
".zh-HK.resx": ".zh-Hant-HK.resx",
|
|
".zh-TW.resx": ".zh-Hant-TW.resx"
|
|
}
|
|
},
|
|
{
|
|
"source": "/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/Localization/Strings.resx",
|
|
"translation": "/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/Localization/Strings.%locale%.resx",
|
|
"translation_replace": {
|
|
".lol-US.resx": ".qps-Ploc.resx",
|
|
".sr-CS.resx": ".sr-Latn.resx",
|
|
".zh-CN.resx": ".zh-Hans-CN.resx",
|
|
".zh-HK.resx": ".zh-Hant-HK.resx",
|
|
".zh-TW.resx": ".zh-Hant-TW.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"
|
|
}
|
|
]
|