Fix i18n translation issue 24/126324/2
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 21 Apr 2017 02:50:13 +0000 (11:50 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 21 Apr 2017 04:03:11 +0000 (13:03 +0900)
app-core does not support non reversed DNS type, so calls bindtextdomain directly.

Change-Id: If0bd415b6be9fb271ba84ebc05a85dac65dd6e44
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/ise.cpp

index d8a363a..d01bca1 100644 (file)
@@ -1432,6 +1432,9 @@ ise_create()
         g_ui = new CSCLUI;
     }
 
+    bindtextdomain(PACKAGE, LOCALEDIR);
+    textdomain(PACKAGE);
+
     /* Set scl_parser_type
      * default type is text xml
      * use command: export sclres_type="sclres_binary" to enable use binary resource