@@ -328,7 +328,7 @@ exports[`components/admin_console/SchemaAdminSettings should match snapshot with
|
|||||||
},
|
},
|
||||||
Object {
|
Object {
|
||||||
"order": 3,
|
"order": 3,
|
||||||
"text": "Español",
|
"text": "Español (Beta)",
|
||||||
"value": "es",
|
"value": "es",
|
||||||
},
|
},
|
||||||
Object {
|
Object {
|
||||||
@@ -343,7 +343,7 @@ exports[`components/admin_console/SchemaAdminSettings should match snapshot with
|
|||||||
},
|
},
|
||||||
Object {
|
Object {
|
||||||
"order": 6,
|
"order": 6,
|
||||||
"text": "Magyar",
|
"text": "Magyar (Beta)",
|
||||||
"value": "hu",
|
"value": "hu",
|
||||||
},
|
},
|
||||||
Object {
|
Object {
|
||||||
@@ -408,7 +408,7 @@ exports[`components/admin_console/SchemaAdminSettings should match snapshot with
|
|||||||
},
|
},
|
||||||
Object {
|
Object {
|
||||||
"order": 19,
|
"order": 19,
|
||||||
"text": "中文 (简体) (Alpha)",
|
"text": "中文 (简体) (Beta)",
|
||||||
"value": "zh-CN",
|
"value": "zh-CN",
|
||||||
},
|
},
|
||||||
Object {
|
Object {
|
||||||
@@ -457,7 +457,7 @@ exports[`components/admin_console/SchemaAdminSettings should match snapshot with
|
|||||||
},
|
},
|
||||||
Object {
|
Object {
|
||||||
"order": 3,
|
"order": 3,
|
||||||
"text": "Español",
|
"text": "Español (Beta)",
|
||||||
"value": "es",
|
"value": "es",
|
||||||
},
|
},
|
||||||
Object {
|
Object {
|
||||||
@@ -472,7 +472,7 @@ exports[`components/admin_console/SchemaAdminSettings should match snapshot with
|
|||||||
},
|
},
|
||||||
Object {
|
Object {
|
||||||
"order": 6,
|
"order": 6,
|
||||||
"text": "Magyar",
|
"text": "Magyar (Beta)",
|
||||||
"value": "hu",
|
"value": "hu",
|
||||||
},
|
},
|
||||||
Object {
|
Object {
|
||||||
@@ -537,7 +537,7 @@ exports[`components/admin_console/SchemaAdminSettings should match snapshot with
|
|||||||
},
|
},
|
||||||
Object {
|
Object {
|
||||||
"order": 19,
|
"order": 19,
|
||||||
"text": "中文 (简体) (Alpha)",
|
"text": "中文 (简体) (Beta)",
|
||||||
"value": "zh-CN",
|
"value": "zh-CN",
|
||||||
},
|
},
|
||||||
Object {
|
Object {
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ const languages = {
|
|||||||
},
|
},
|
||||||
es: {
|
es: {
|
||||||
value: 'es',
|
value: 'es',
|
||||||
name: 'Español',
|
name: 'Español (Beta)',
|
||||||
order: 3,
|
order: 3,
|
||||||
url: es,
|
url: es,
|
||||||
},
|
},
|
||||||
@@ -68,7 +68,7 @@ const languages = {
|
|||||||
},
|
},
|
||||||
hu: {
|
hu: {
|
||||||
value: 'hu',
|
value: 'hu',
|
||||||
name: 'Magyar',
|
name: 'Magyar (Beta)',
|
||||||
order: 6,
|
order: 6,
|
||||||
url: hu,
|
url: hu,
|
||||||
},
|
},
|
||||||
@@ -146,7 +146,7 @@ const languages = {
|
|||||||
},
|
},
|
||||||
'zh-CN': {
|
'zh-CN': {
|
||||||
value: 'zh-CN',
|
value: 'zh-CN',
|
||||||
name: '中文 (简体) (Alpha)',
|
name: '中文 (简体) (Beta)',
|
||||||
order: 19,
|
order: 19,
|
||||||
url: zhCN,
|
url: zhCN,
|
||||||
},
|
},
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user