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

fix as suggested in #7333 #7599

Merged
merged 1 commit into from
Apr 23, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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