Skip to content

Commit

Permalink
Move Ukrainian from Beta to Alpha (mattermost#3303)
Browse files Browse the repository at this point in the history
* Update schema_admin_settings.test.jsx.snap
* Update i18n.jsx
  • Loading branch information
jasonblais authored and bradjcoughlin committed Aug 6, 2019
1 parent 08205bc commit d073638
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ exports[`components/admin_console/SchemaAdminSettings should match snapshot with
},
Object {
"order": 11,
"text": "Yкраїнська (Beta)",
"text": "Yкраїнська (Alpha)",
"value": "uk",
},
Object {
Expand Down Expand Up @@ -453,7 +453,7 @@ exports[`components/admin_console/SchemaAdminSettings should match snapshot with
},
Object {
"order": 11,
"text": "Yкраїнська (Beta)",
"text": "Yкраїнська (Alpha)",
"value": "uk",
},
Object {
Expand Down
2 changes: 1 addition & 1 deletion i18n/i18n.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const languages = {
},
uk: {
value: 'uk',
name: 'Yкраїнська (Beta)',
name: 'Yкраїнська (Alpha)',
order: 11,
url: uk,
},
Expand Down

0 comments on commit d073638

Please sign in to comment.