Skip to content

Commit

Permalink
Promote Polish to 'official' (mattermost#2778)
Browse files Browse the repository at this point in the history
* Promote Polish to 'official'

* Update i18n.jsx
  • Loading branch information
jasonblais authored and jespino committed May 13, 2019
1 parent 202d7f0 commit 505eaa6
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 @@ -307,7 +307,7 @@ exports[`components/admin_console/SchemaAdminSettings should match snapshot with
},
Object {
"order": 6,
"text": "Polski (Beta)",
"text": "Polski",
"value": "pl",
},
Object {
Expand Down Expand Up @@ -421,7 +421,7 @@ exports[`components/admin_console/SchemaAdminSettings should match snapshot with
},
Object {
"order": 6,
"text": "Polski (Beta)",
"text": "Polski",
"value": "pl",
},
Object {
Expand Down
2 changes: 1 addition & 1 deletion i18n/i18n.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const languages = {
},
pl: {
value: 'pl',
name: 'Polski (Beta)',
name: 'Polski',
order: 6,
url: pl,
},
Expand Down

0 comments on commit 505eaa6

Please sign in to comment.