init
This commit is contained in:
8
platform/i18n/pullTranslations.sh
Executable file
8
platform/i18n/pullTranslations.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
cp -r src/locales/test-LNG src/temp
|
||||
rm -rf src/locales/
|
||||
mkdir -p src/locales/
|
||||
cd src/locales/
|
||||
npx locize --config-path ../../.locize download --ver latest
|
||||
cd ../../
|
||||
node ./writeLocaleIndexFiles.js
|
||||
cp -r src/temp src/locales/test-LNG
|
||||
Reference in New Issue
Block a user