Skip to content

Commit

Permalink
Promote Dutch and Russian to Beta, v5.22 (mattermost#4957)
Browse files Browse the repository at this point in the history
* Promote Dutch and Russian to Beta, v5.22

Both have exceeded 90% in translation server https://translate.mattermost.com/projects/mattermost/

Big shoutouts to Tom De Moor and flynbit!

* Update schema_admin_settings.test.jsx.snap
  • Loading branch information
jasonblais committed Feb 26, 2020
1 parent c1c2e90 commit f536a6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ exports[`components/admin_console/SchemaAdminSettings should match snapshot with
},
Object {
"order": 5,
"text": "Nederlands (Alpha)",
"text": "Nederlands (Beta)",
"value": "nl",
},
Object {
Expand All @@ -340,7 +340,7 @@ exports[`components/admin_console/SchemaAdminSettings should match snapshot with
},
Object {
"order": 10,
"text": "Pусский (Alpha)",
"text": "Pусский (Beta)",
"value": "ru",
},
Object {
Expand Down Expand Up @@ -429,7 +429,7 @@ exports[`components/admin_console/SchemaAdminSettings should match snapshot with
},
Object {
"order": 5,
"text": "Nederlands (Alpha)",
"text": "Nederlands (Beta)",
"value": "nl",
},
Object {
Expand All @@ -454,7 +454,7 @@ exports[`components/admin_console/SchemaAdminSettings should match snapshot with
},
Object {
"order": 10,
"text": "Pусский (Alpha)",
"text": "Pусский (Beta)",
"value": "ru",
},
Object {
Expand Down
4 changes: 2 additions & 2 deletions i18n/i18n.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const languages = {
},
nl: {
value: 'nl',
name: 'Nederlands (Alpha)',
name: 'Nederlands (Beta)',
order: 5,
url: nl,
},
Expand All @@ -106,7 +106,7 @@ const languages = {
},
ru: {
value: 'ru',
name: 'Pусский (Alpha)',
name: 'Pусский (Beta)',
order: 10,
url: ru,
},
Expand Down

0 comments on commit f536a6d

Please sign in to comment.