Update my crowdin scripts

This commit is contained in:
JustArchi 2018-03-20 08:02:33 +01:00
parent 009fe3a093
commit b9d7dfd1aa
2 changed files with 2 additions and 3 deletions

View file

@ -3,7 +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"
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

View file

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