[MM-60792] Add support for loading experimental (e.g., in progress) languages (#29009)

* Add support for loading experimental (e.g., in progress) languages

* Fix e2e config

* Improve language labels

* Improvements
Этот коммит содержится в:
Claudio Costa
2024-11-14 15:02:00 -06:00
коммит произвёл GitHub
родитель 7403d29634
Коммит 3af3af0b25
12 изменённых файлов: 1194 добавлений и 52 удалений

Просмотреть файл

@@ -16,7 +16,8 @@
"check": "npm run check --workspaces --if-present",
"fix": "npm run fix --workspaces --if-present",
"check-types": "npm run check-types --workspaces --if-present",
"clean": "npm run clean --workspaces --if-present"
"clean": "npm run clean --workspaces --if-present",
"gen-lang-imports": "node scripts/gen_lang_imports.mjs"
},
"dependencies": {
"react-intl": "6.6.2",