Files
ArchiSteamFarm/tools/crowdin-cli/archi_download.bat
2018-03-01 04:49:31 +01:00

10 lines
272 B
Batchfile

@echo off
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 commit -m "Translations update"
pause