Skip to content

Commit

Permalink
I18N: Fix country code for Denmark
Browse files Browse the repository at this point in the history
The country code for Denmark is DK, not DA.
  • Loading branch information
jwilk authored and criezy committed Feb 15, 2016
1 parent f8119de commit a695264
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/platform/wince/wince-sdl.cpp
Expand Up @@ -645,7 +645,7 @@ Common::String OSystem_WINCE3::getSystemLanguage() const {
const char *posixMappingTable[][3] = {
{"CAT", "ESP", "ca_ES"},
{"CSY", "CZE", "cs_CZ"},
{"DAN", "DNK", "da_DA"},
{"DAN", "DNK", "da_DK"},
{"DEU", "DEU", "de_DE"},
{"ESN", "ESP", "es_ES"},
{"ESP", "ESP", "es_ES"},
Expand Down
File renamed without changes.

0 comments on commit a695264

Please sign in to comment.