Promote/downgrade some languages (#26216)

Automatic Merge
Этот коммит содержится в:
Amy Blais
2024-02-15 11:12:05 -05:00
коммит произвёл GitHub
родитель f3c7510c70
Коммит 64b140900e
2 изменённых файлов: 9 добавлений и 9 удалений

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

@@ -328,7 +328,7 @@ exports[`components/admin_console/SchemaAdminSettings should match snapshot with
},
Object {
"order": 3,
"text": "Español",
"text": "Español (Beta)",
"value": "es",
},
Object {
@@ -343,7 +343,7 @@ exports[`components/admin_console/SchemaAdminSettings should match snapshot with
},
Object {
"order": 6,
"text": "Magyar",
"text": "Magyar (Beta)",
"value": "hu",
},
Object {
@@ -408,7 +408,7 @@ exports[`components/admin_console/SchemaAdminSettings should match snapshot with
},
Object {
"order": 19,
"text": "中文 (简体) (Alpha)",
"text": "中文 (简体) (Beta)",
"value": "zh-CN",
},
Object {
@@ -457,7 +457,7 @@ exports[`components/admin_console/SchemaAdminSettings should match snapshot with
},
Object {
"order": 3,
"text": "Español",
"text": "Español (Beta)",
"value": "es",
},
Object {
@@ -472,7 +472,7 @@ exports[`components/admin_console/SchemaAdminSettings should match snapshot with
},
Object {
"order": 6,
"text": "Magyar",
"text": "Magyar (Beta)",
"value": "hu",
},
Object {
@@ -537,7 +537,7 @@ exports[`components/admin_console/SchemaAdminSettings should match snapshot with
},
Object {
"order": 19,
"text": "中文 (简体) (Alpha)",
"text": "中文 (简体) (Beta)",
"value": "zh-CN",
},
Object {

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

@@ -50,7 +50,7 @@ const languages = {
},
es: {
value: 'es',
name: 'Español',
name: 'Español (Beta)',
order: 3,
url: es,
},
@@ -68,7 +68,7 @@ const languages = {
},
hu: {
value: 'hu',
name: 'Magyar',
name: 'Magyar (Beta)',
order: 6,
url: hu,
},
@@ -146,7 +146,7 @@ const languages = {
},
'zh-CN': {
value: 'zh-CN',
name: '中文 (简体) (Alpha)',
name: '中文 (简体) (Beta)',
order: 19,
url: zhCN,
},