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

Commit

Permalink
Merge pull request #7599 from adobe/fix-7333
Browse files Browse the repository at this point in the history
fix as suggested in #7333
  • Loading branch information
RaymondLim committed Apr 23, 2014
2 parents 180e4cc + 061fc80 commit 7e0d04d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/nls/root/strings-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ define({
"LOCALE_CS" : "Česky",
"LOCALE_DE" : "Deutsch",
"LOCALE_EL" : "Ελληνικά",
"LOCALE_EN" : "English",
"LOCALE_EN_UK" : "English (UK)",
"LOCALE_EN" : "English (US)",
"LOCALE_EN_GB" : "English (UK)",
"LOCALE_ES" : "Español",
"LOCALE_FI" : "suomi",
"LOCALE_FR" : "Français",
Expand Down
2 changes: 1 addition & 1 deletion src/nls/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ define(function (require, exports, module) {
"cs": true,
"de": true,
"el": true,
"en-uk": true,
"en-gb": true,
"es": true,
"fa-ir": true,
"fi": true,
Expand Down

0 comments on commit 7e0d04d

Please sign in to comment.