2017-07-05 07:57:40 +02:00
|
|
|
@echo off
|
2017-08-18 22:56:01 +02:00
|
|
|
pushd %~dp0
|
2017-07-05 07:57:40 +02:00
|
|
|
cd ..\\..
|
2018-05-08 10:53:36 +02:00
|
|
|
|
|
|
|
|
cd wiki
|
|
|
|
|
git reset --hard
|
|
|
|
|
git clean -fd
|
|
|
|
|
git pull
|
|
|
|
|
cd ..
|
|
|
|
|
|
2018-05-08 09:19:56 +02:00
|
|
|
call crowdin -b master --identity tools\\crowdin-cli\\crowdin_identity.yml upload sources
|
2018-05-08 09:50:50 +02:00
|
|
|
|
2018-05-08 09:19:56 +02:00
|
|
|
call crowdin -b master --identity tools\\crowdin-cli\\crowdin_identity.yml download
|
2017-09-23 05:51:10 +02:00
|
|
|
git reset
|
2018-05-08 09:50:50 +02:00
|
|
|
|
|
|
|
|
cd wiki
|
2018-05-08 09:58:21 +02:00
|
|
|
git pull
|
2018-05-08 09:50:50 +02:00
|
|
|
git add -A "locale\*.md"
|
|
|
|
|
git commit -m "Translations update"
|
|
|
|
|
cd ..
|
|
|
|
|
|
2018-05-08 16:33:07 +02:00
|
|
|
git add -A "ArchiSteamFarm\Localization\*.resx" "ArchiSteamFarm\www\locale\*.json" "WebConfigGenerator\src\locale\*.json" "wiki\locale\*.md"
|
2017-09-23 05:51:10 +02:00
|
|
|
git commit -m "Translations update"
|
2018-05-08 09:50:50 +02:00
|
|
|
|
|
|
|
|
git push --recurse-submodules=on-demand
|
2017-07-05 07:57:40 +02:00
|
|
|
pause
|