fix locale string 93/16793/1 accepted/tizen/mobile accepted/tizen/mobile/20140225.022222 submit/tizen/20140225.014022
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 7 Feb 2013 09:14:06 +0000 (18:14 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Mon, 24 Feb 2014 14:32:55 +0000 (23:32 +0900)
Change-Id: I2bc7f6dd816a1f4804787f6d471482e933d90c2a

packaging/ise-engine-hangul.spec
src/scim_hangul_imengine.cpp

index bb6a53a..1b552b6 100644 (file)
@@ -1,7 +1,7 @@
 Name:       ise-engine-hangul
 Summary:    Hangul Input Method Engine for ISF
 Version:    0.4.0
-Release:    2
+Release:    3
 Group:      System Environment/Libraries
 License:    GPL
 Source0:    %{name}-%{version}.tar.gz
index 800bc5d..6790786 100644 (file)
@@ -147,7 +147,7 @@ HangulFactory::HangulFactory (const ConfigPointer &config)
            m_symbol_table = hanja_table_load(symbol_file.c_str());
     }
 
-    set_languages ("ko");
+    set_languages ("ko_KR");
 
     reload_config(m_config);