mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
28 lines
859 B
YAML
28 lines
859 B
YAML
"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"
|
|
}
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
},
|
|
{
|
|
"source": "/wiki/*.md",
|
|
"translation": "/wiki/locale/%locale%/%file_name%-%locale%.%file_extension%",
|
|
"ignore": [ "/**/_*.md" ]
|
|
},
|
|
{
|
|
"source": "/wiki/_Sidebar.md",
|
|
"translation": "/wiki/locale/%locale%/_Sidebar.md"
|
|
}
|
|
]
|