Translations update

This commit is contained in:
JustArchi
2017-08-18 22:56:01 +02:00
parent 6d1ea0b20c
commit 55d7ccd28b
7 changed files with 37 additions and 11 deletions

View File

@@ -36,5 +36,5 @@ This tool is being used by ASF developers for synchronization of strings/transla
- `archi_download.bat` for downloading translations from Crowdin (typically last commit before release).
- `archi_sync.bat` for upload + download (tree sync).
- `archi_sync.bat` for upload + download (tree sync, e.g. when modifying/removing original strings).

View File

@@ -1,4 +1,5 @@
@echo off
pushd %~dp0
cd ..\\..
call crowdin -b master --identity tools\\crowdin-cli\\crowdin_identity.yaml download
pause

View File

@@ -1,4 +1,5 @@
@echo off
pushd %~dp0
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

View File

@@ -1,4 +1,5 @@
@echo off
pushd %~dp0
cd ..\\..
call crowdin -b master --identity tools\\crowdin-cli\\crowdin_identity.yaml upload sources
pause

View File

@@ -2,6 +2,7 @@
SETLOCAL
SET TEMPFILE=%TEMP%\tmpfile
pushd %~dp0
setx /M CROWDIN_HOME "%cd%"
setx /M PATH "%PATH%;%cd%"