changeset 2014:19f4755627c6

fix ukrainian locale identifier
author ig0rk0
date Mon, 31 Oct 2011 19:17:07 +0000
parents d24c304424d4
children 4f97429b8909
files src/core/gettext.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/core/gettext.cpp	Mon Oct 31 19:05:25 2011 +0000
+++ b/src/core/gettext.cpp	Mon Oct 31 19:17:07 2011 +0000
@@ -120,7 +120,7 @@
 	winLanguageMappings_["pl"] = 0x0415;
 	winLanguageMappings_["pt"] = 0x0816; // pt-PT
 	winLanguageMappings_["ru"] = 0x0419;
-	winLanguageMappings_["uk"] = 1058;
+	winLanguageMappings_["uk"] = 0x0422;
 #endif
 }