projects
/
platform
/
core
/
uifw
/
ise-default.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff90604
)
Fix i18n translation issue
24/126324/2
author
Jihoon Kim
<jihoon48.kim@samsung.com>
Fri, 21 Apr 2017 02:50:13 +0000
(11:50 +0900)
committer
Jihoon 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
patch
|
blob
|
history
diff --git
a/src/ise.cpp
b/src/ise.cpp
index
d8a363a
..
d01bca1
100644
(file)
--- a/
src/ise.cpp
+++ b/
src/ise.cpp
@@
-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