ArchiSteamFarm/crowdin.yml
2018-05-08 10:53:36 +02:00

20 lines
No EOL
590 B
YAML

"preserve_hierarchy": true
"files": [
{
"source": "/ArchiSteamFarm/Localization/Strings.resx",
"translation": "/ArchiSteamFarm/Localization/Strings.%locale%.resx"
},
{
"source": "/ArchiSteamFarm/www/locale/strings.json",
"translation": "/ArchiSteamFarm/www/locale/strings.%locale%.json"
},
{
"source": "/WebConfigGenerator/src/locale/strings.json",
"translation": "/WebConfigGenerator/src/locale/%locale%.json"
},
{
"source": "/wiki/*.md",
"translation": "/wiki/locale/%file_name%-%locale%.%file_extension%",
"ignore": [ "/**/_*.md" ]
}
]