aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Wilk2016-02-15 18:49:47 +0100
committerThierry Crozat2016-02-15 21:18:53 +0000
commitd9b00eb3e6d74c66df2a630ae4764186a2dd052b (patch)
tree748029a306ced912ca3d8eff2c831cc941d25e72
parenta69526452de10f5a39d53107d5cb799b38b32848 (diff)
downloadscummvm-rg350-d9b00eb3e6d74c66df2a630ae4764186a2dd052b.tar.gz
scummvm-rg350-d9b00eb3e6d74c66df2a630ae4764186a2dd052b.tar.bz2
scummvm-rg350-d9b00eb3e6d74c66df2a630ae4764186a2dd052b.zip
I18N: Fix language code for Swedish
The language code for Swedish is "sv", not "se".
-rw-r--r--backends/platform/wince/wince-sdl.cpp2
-rw-r--r--po/sv_SE.po (renamed from po/se_SE.po)0
2 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/wince/wince-sdl.cpp b/backends/platform/wince/wince-sdl.cpp
index 064c6179ef..02853b548e 100644
--- a/backends/platform/wince/wince-sdl.cpp
+++ b/backends/platform/wince/wince-sdl.cpp
@@ -657,7 +657,7 @@ Common::String OSystem_WINCE3::getSystemLanguage() const {
{"PLK", "POL", "pl_PL"},
{"PTB", "BRA", "pt_BR"},
{"RUS", "RUS", "ru_RU"},
- {"SVE", "SWE", "se_SE"},
+ {"SVE", "SWE", "sv_SE"},
{"UKR", "UKR", "uk_UA"},
{NULL, NULL, NULL}
};
diff --git a/po/se_SE.po b/po/sv_SE.po
index bab468e3cf..bab468e3cf 100644
--- a/po/se_SE.po
+++ b/po/sv_SE.po