From 290c61b5b74cc359dee035185c3f5125ff248751 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Thu, 1 Mar 2018 04:49:31 +0100 Subject: [PATCH] Update my crowdin scripts for /docs --- tools/crowdin-cli/archi_download.bat | 3 ++- tools/crowdin-cli/archi_sync.bat | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/crowdin-cli/archi_download.bat b/tools/crowdin-cli/archi_download.bat index bf4b57049..300821264 100644 --- a/tools/crowdin-cli/archi_download.bat +++ b/tools/crowdin-cli/archi_download.bat @@ -3,6 +3,7 @@ pushd %~dp0 cd ..\\.. call crowdin -b master --identity tools\\crowdin-cli\\crowdin_identity.yaml download git reset -git add -A "*.resx" +git add -A "ArchiSteamFarm\Localization\*.resx" +git add -A "docs\WebConfigGenerator\src\locale\*.json" git commit -m "Translations update" pause diff --git a/tools/crowdin-cli/archi_sync.bat b/tools/crowdin-cli/archi_sync.bat index 343fab32c..65a3ace7b 100644 --- a/tools/crowdin-cli/archi_sync.bat +++ b/tools/crowdin-cli/archi_sync.bat @@ -4,6 +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 "*.resx" +git add -A "ArchiSteamFarm\Localization\*.resx" +git add -A "docs\WebConfigGenerator\src\locale\*.json" git commit -m "Translations update" pause