Files
ArchiSteamFarm/tools/crowdin-cli/archi_download.bat

9 lines
296 B
Batchfile
Raw Normal View History

@echo off
2017-08-18 22:56:01 +02:00
pushd %~dp0
cd ..\\..
call crowdin -b master --identity tools\\crowdin-cli\\crowdin_identity.yaml download
2017-09-23 05:51:10 +02:00
git reset
2018-03-20 08:03:47 +01:00
git add -A "ArchiSteamFarm\Localization\*.resx" "ArchiSteamFarm\www\locale\*.json" "docs\WebConfigGenerator\src\locale\*.json"
2017-09-23 05:51:10 +02:00
git commit -m "Translations update"
pause