mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
Update my crowdin scripts
This commit is contained in:
parent
009fe3a093
commit
b9d7dfd1aa
2 changed files with 2 additions and 3 deletions
|
@ -3,7 +3,6 @@ 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 add -A "ArchiSteamFarm\Localization\*.resx" "ArchiSteamFarm\www\locale\*.json" "docs\WebConfigGenerator\src\locale\*.json"
|
||||
git commit -m "Translations update"
|
||||
pause
|
||||
|
|
|
@ -4,7 +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 "ArchiSteamFarm\Localization\*.resx"
|
||||
git add -A "ArchiSteamFarm\Localization\*.resx" "ArchiSteamFarm\www\locale\*.json" "docs\WebConfigGenerator\src\locale\*.json"
|
||||
git add -A "docs\WebConfigGenerator\src\locale\*.json"
|
||||
git commit -m "Translations update"
|
||||
pause
|
||||
|
|
Loading…
Reference in a new issue