diff --git a/tools/crowdin-cli/archi_download.bat b/tools/crowdin-cli/archi_download.bat index bf4b57049..300821264 100644 --- a/tools/crowdin-cli/archi_download.bat +++ b/tools/crowdin-cli/archi_download.bat @@ -3,6 +3,7 @@ pushd %~dp0 cd ..\\.. call crowdin -b master --identity tools\\crowdin-cli\\crowdin_identity.yaml download git reset -git add -A "*.resx" +git add -A "ArchiSteamFarm\Localization\*.resx" +git add -A "docs\WebConfigGenerator\src\locale\*.json" git commit -m "Translations update" pause diff --git a/tools/crowdin-cli/archi_sync.bat b/tools/crowdin-cli/archi_sync.bat index 343fab32c..65a3ace7b 100644 --- a/tools/crowdin-cli/archi_sync.bat +++ b/tools/crowdin-cli/archi_sync.bat @@ -4,6 +4,7 @@ cd ..\\.. call crowdin -b master --identity tools\\crowdin-cli\\crowdin_identity.yaml upload sources call crowdin -b master --identity tools\\crowdin-cli\\crowdin_identity.yaml download git reset -git add -A "*.resx" +git add -A "ArchiSteamFarm\Localization\*.resx" +git add -A "docs\WebConfigGenerator\src\locale\*.json" git commit -m "Translations update" pause