Add gettext support for internationalization 52/16552/1
authorJimmy Huang <jimmy.huang@intel.com>
Wed, 19 Feb 2014 00:17:54 +0000 (16:17 -0800)
committerJimmy Huang <jimmy.huang@intel.com>
Wed, 19 Feb 2014 00:21:56 +0000 (16:21 -0800)
commit63b4294851e1f5f1b243072a1b39f720d89e2b14
tree430e94bce28dd8b13b2421d07c17021865be4e47
parentcca6c48624274f78736b8107fca85547c1340f16
Add gettext support for internationalization

- Integrate gettext and change all UI elements to use the new gettext wrapper for strings
- Removed hard-coded strings and replaced with msgids
- Changed make files to build with gettext tools and the genereated pot files

Change-Id: I308345eedf1678c3fa3c6a8ec1e8a69c049d52af
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
24 files changed:
Makefile.am
autogen.sh
configure.ac
data/themes/default/answer_screen.edc
data/themes/default/call.edc
data/themes/night/answer_screen.edc
data/themes/night/call.edc
dialer/callscreen.c
dialer/gui.c
dialer/history.c
dialer/keypad.c
dialer/ussd.c
packaging/lemolo.changes
packaging/lemolo.spec
po/LINGUAS [new file with mode: 0644]
po/Makefile.in.in [new file with mode: 0644]
po/Makevars [new file with mode: 0644]
po/POTFILES.in [new file with mode: 0644]
po/en_US.po [new file with mode: 0644]
tizen/answer_daemon.c
utils/contacts-tizen.c
utils/contacts.c
utils/i18n.h [new file with mode: 0644]
utils/util.c