@@ -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,
|
||||
},
|
||||
|
||||
Ссылка в новой задаче
Block a user