Update my crowdin scripts for /docs

This commit is contained in:
JustArchi
2018-03-01 04:49:31 +01:00
parent abe4ba7f35
commit 290c61b5b7
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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