Update my crowdin scripts

This commit is contained in:
JustArchi
2018-04-27 05:36:52 +02:00
parent 209a330ca6
commit 571a4eae7b
2 changed files with 2 additions and 2 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" "WebConfigGenerator\src\locale\*.json"
git commit -m "Translations update"
pause

View File

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