Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Removing Beta from sv and bg (#7764)
Browse files Browse the repository at this point in the history
* Removing Beta from sv and bg

* Updated the snapshots

Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
  • Loading branch information
3 people authored and metanerd committed Mar 29, 2021
1 parent ba4045c commit fcca172
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 @@ -331,7 +331,7 @@ exports[`components/admin_console/SchemaAdminSettings should match snapshot with
},
Object {
"order": 9,
"text": "Svenska (Beta)",
"text": "Svenska",
"value": "sv",
},
Object {
Expand All @@ -341,7 +341,7 @@ exports[`components/admin_console/SchemaAdminSettings should match snapshot with
},
Object {
"order": 11,
"text": "Български (Beta)",
"text": "Български",
"value": "bg",
},
Object {
Expand Down Expand Up @@ -447,7 +447,7 @@ exports[`components/admin_console/SchemaAdminSettings should match snapshot with
},
Object {
"order": 9,
"text": "Svenska (Beta)",
"text": "Svenska",
"value": "sv",
},
Object {
Expand All @@ -457,7 +457,7 @@ exports[`components/admin_console/SchemaAdminSettings should match snapshot with
},
Object {
"order": 11,
"text": "Български (Beta)",
"text": "Български",
"value": "bg",
},
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 = {
},
sv: {
value: 'sv',
name: 'Svenska (Beta)',
name: 'Svenska',
order: 9,
url: sv,
},
Expand All @@ -94,7 +94,7 @@ const languages = {
},
bg: {
value: 'bg',
name: 'Български (Beta)',
name: 'Български',
order: 11,
url: bg,
},
Expand Down

0 comments on commit fcca172

Please sign in to comment.