ArchiSteamFarm/crowdin.yml

21 lines
540 B
YAML
Raw Normal View History

2018-05-08 07:19:56 +00:00
"preserve_hierarchy": true
"files": [
{
"source": "/ArchiSteamFarm/Localization/Strings.resx",
2021-03-29 18:59:39 +00:00
"translation": "/ArchiSteamFarm/Localization/Strings.%locale%.resx",
"translation_replace": {
2021-03-30 08:12:28 +00:00
".lol-US.resx": ".qps-Ploc.resx",
2021-03-29 18:59:39 +00:00
".sr-CS.resx": ".sr-Latn.resx"
}
2018-05-08 07:19:56 +00:00
},
{
"source": "/wiki/*.md",
2018-05-08 09:49:28 +00:00
"translation": "/wiki/locale/%locale%/%file_name%-%locale%.%file_extension%",
2018-05-08 07:19:56 +00:00
"ignore": [ "/**/_*.md" ]
2018-05-08 09:49:28 +00:00
},
{
"source": "/wiki/_Sidebar.md",
"translation": "/wiki/locale/%locale%/_Sidebar.md"
2018-05-08 07:19:56 +00:00
}
]