From: WooHyun Jung <wh0705.jung@samsung.com>
authorWooHyun Jung <wh0705.jung@samsung.com>
Fri, 25 Mar 2011 04:49:49 +0000 (04:49 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Fri, 25 Mar 2011 04:49:49 +0000 (04:49 +0000)
commitcae860df182197be8c7ad1a01b68f70ddd7b1b9e
treefb85c3b3764bd70de4275c93b84fea4696321606
parent5be7a63a79c582d4f9ebfa94b7c7896f67486569
From: WooHyun Jung <wh0705.jung@samsung.com>
Subject: [E-devel] [Patch] for Gettext /I18N

Mr. Govi in SISO made a patch for following description.

Detail Description:

1. If EFL/Elementary Application has i18n String with its own PO file,
then Elementary will end up looking for internal Strings at application
PO files. Passing PACKAGE name in the Elementary String Look up macro
eliminates this issue and looks for internal String from Elm.po files.

2. Macro E_(str) is used, to differentiate the elementary Strings from
commonly used #define _(str) in the applications. ( Just E ed :) )

SVN revision: 58085
po/Makevars
src/lib/elc_fileselector.c
src/lib/elm_config.c
src/lib/elm_entry.c
src/lib/elm_priv.h