locale updates

This commit is contained in:
Eugene Pankov
2022-01-14 00:52:42 +01:00
parent 8cfdd43ee1
commit 57bf79ec56
4 changed files with 479 additions and 65 deletions

View File

@@ -99,9 +99,9 @@
"docs": "node scripts/build-docs.js",
"lint": "eslint --ext ts */src */lib",
"postinstall": "patch-package && node ./scripts/install-deps.js",
"i18n:download": "crowdin download --skip-untranslated-files",
"i18n:pull": "crowdin pull --skip-untranslated-strings",
"i18n:extract": "node scripts/i18n-extract.js",
"i18n:upload": "crowdin upload"
"i18n:push": "crowdin push"
},
"private": true
}