This commit is contained in:
JustArchi 2018-03-20 08:03:47 +01:00
parent b9d7dfd1aa
commit 8f8e32d503
2 changed files with 2 additions and 3 deletions

View file

@ -3,6 +3,6 @@ pushd %~dp0
cd ..\\..
call crowdin -b master --identity tools\\crowdin-cli\\crowdin_identity.yaml download
git reset
git add -A "ArchiSteamFarm\Localization\*.resx" "ArchiSteamFarm\www\locale\*.json" "docs\WebConfigGenerator\src\locale\*.json"
git add -A "ArchiSteamFarm\Localization\*.resx" "ArchiSteamFarm\www\locale\*.json" "docs\WebConfigGenerator\src\locale\*.json"
git commit -m "Translations update"
pause

View file

@ -4,7 +4,6 @@ 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 "ArchiSteamFarm\Localization\*.resx" "ArchiSteamFarm\www\locale\*.json" "docs\WebConfigGenerator\src\locale\*.json"
git add -A "docs\WebConfigGenerator\src\locale\*.json"
git add -A "ArchiSteamFarm\Localization\*.resx" "ArchiSteamFarm\www\locale\*.json" "docs\WebConfigGenerator\src\locale\*.json"
git commit -m "Translations update"
pause