ArchiSteamFarm/crowdin.yml

25 lines
826 B
YAML
Raw Normal View History

2018-05-08 07:19:56 +00:00
"preserve_hierarchy": true
"files": [
# Note: any modifications to this file should carry appropriate modifications to tools/crowdin-cli scripts as well (CI integration)
2018-05-08 07:19:56 +00:00
{
"source": "/ArchiSteamFarm/Localization/Strings.resx",
"translation": "/ArchiSteamFarm/Localization/Strings.%locale%.resx"
},
2018-10-24 03:54:31 +00:00
{
"source": "/ASF-ui/src/i18n/locale/default.json",
"translation": "/ASF-ui/src/i18n/locale/%locale%.json"
},
2018-05-08 07:19:56 +00:00
{
2018-09-22 20:23:53 +00:00
"source": "/ASF-WebConfigGenerator/src/locale/strings.json",
"translation": "/ASF-WebConfigGenerator/src/locale/%locale%.json"
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
}
]