Skip to content

Commit 8a396bd

Browse files
Merge pull request #271 from Staffbase/MarvinZeising-patch-1
Add English (United Kingdom) locale
2 parents dea9260 + 4530150 commit 8a396bd

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

src/model/locales.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ export default {
8686
name: 'English',
8787
localizedName: 'English'
8888
},
89+
enGB: {
90+
key: 'enGB',
91+
locale: 'en_GB',
92+
name: 'English (United Kingdom)',
93+
localizedName: 'English (United Kingdom)'
94+
},
8995
es: {
9096
key: 'es',
9197
locale: 'es_ES',

test/lib/connection/connector/__snapshots__/fallback.test.js.snap

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ exports[`connector/fallback connect send function accepts all comands command.la
109109
"localizedName": "English",
110110
"name": "English",
111111
},
112+
"enGB": {
113+
"key": "enGB",
114+
"locale": "en_GB",
115+
"localizedName": "English (United Kingdom)",
116+
"name": "English (United Kingdom)",
117+
},
112118
"es": {
113119
"key": "es",
114120
"locale": "es_ES",
@@ -542,6 +548,12 @@ exports[`connector/fallback connect send function accepts all comands command.la
542548
"localizedName": "English",
543549
"name": "English",
544550
},
551+
"enGB": {
552+
"key": "enGB",
553+
"locale": "en_GB",
554+
"localizedName": "English (United Kingdom)",
555+
"name": "English (United Kingdom)",
556+
},
545557
"es": {
546558
"key": "es",
547559
"locale": "es_ES",

0 commit comments

Comments
 (0)