Added language names for all supported locales.

This commit is contained in:
Mike Cao 2021-12-19 23:25:29 -08:00
parent de55496ac9
commit 6923ea4d1d
77 changed files with 154 additions and 1 deletions

View file

@ -33,6 +33,7 @@
"compile-lang": "formatjs compile-folder --ast build public/lang",
"check-lang": "node scripts/check-lang.js",
"download-country-names": "node scripts/download-country-names.js",
"download-language-names": "node scripts/download-language-names.js",
"loadtest": "node scripts/loadtest.js",
"loadtest:medium": "node scripts/loadtest.js --weight=medium",
"loadtest:heavy": "node scripts/loadtest.js --weight=heavy --verbose",