Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 7e0d04d

Browse files
committed
Merge pull request #7599 from adobe/fix-7333
fix as suggested in #7333
2 parents 180e4cc + 061fc80 commit 7e0d04d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/nls/root/strings-app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ define({
3232
"LOCALE_CS" : "Česky",
3333
"LOCALE_DE" : "Deutsch",
3434
"LOCALE_EL" : "Ελληνικά",
35-
"LOCALE_EN" : "English",
36-
"LOCALE_EN_UK" : "English (UK)",
35+
"LOCALE_EN" : "English (US)",
36+
"LOCALE_EN_GB" : "English (UK)",
3737
"LOCALE_ES" : "Español",
3838
"LOCALE_FI" : "suomi",
3939
"LOCALE_FR" : "Français",

src/nls/strings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ define(function (require, exports, module) {
4040
"cs": true,
4141
"de": true,
4242
"el": true,
43-
"en-uk": true,
43+
"en-gb": true,
4444
"es": true,
4545
"fa-ir": true,
4646
"fi": true,

0 commit comments

Comments
 (0)