[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
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
7403d29634
Коммит
3af3af0b25
@@ -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",
|
||||
|
||||
Ссылка в новой задаче
Block a user