mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
* Initial crowdin-ci integration * Fix syntax * Fix detached heads * Fix syntax for java-only installs * Finish the PR * Misc
25 lines
826 B
YAML
25 lines
826 B
YAML
"preserve_hierarchy": true
|
|
"files": [
|
|
# Note: any modifications to this file should carry appropriate modifications to tools/crowdin-cli scripts as well (CI integration)
|
|
{
|
|
"source": "/ArchiSteamFarm/Localization/Strings.resx",
|
|
"translation": "/ArchiSteamFarm/Localization/Strings.%locale%.resx"
|
|
},
|
|
{
|
|
"source": "/ASF-ui/src/i18n/locale/default.json",
|
|
"translation": "/ASF-ui/src/i18n/locale/%locale%.json"
|
|
},
|
|
{
|
|
"source": "/ASF-WebConfigGenerator/src/locale/strings.json",
|
|
"translation": "/ASF-WebConfigGenerator/src/locale/%locale%.json"
|
|
},
|
|
{
|
|
"source": "/wiki/*.md",
|
|
"translation": "/wiki/locale/%locale%/%file_name%-%locale%.%file_extension%",
|
|
"ignore": [ "/**/_*.md" ]
|
|
},
|
|
{
|
|
"source": "/wiki/_Sidebar.md",
|
|
"translation": "/wiki/locale/%locale%/_Sidebar.md"
|
|
}
|
|
] |