From: WooHyun Jung <wh0705.jung@samsung.com>
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 25 Mar 2011 04:49:49 +0000 (04:49 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 25 Mar 2011 04:49:49 +0000 (04:49 +0000)
commit6dd12e387c8ec84f9d0a9324496dd27c63202e37
treefb85c3b3764bd70de4275c93b84fea4696321606
parent0e6e9d092e8539372aaec24e6e9ba8f83e9a577b
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 :) )

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58085 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
po/Makevars
src/lib/elc_fileselector.c
src/lib/elm_config.c
src/lib/elm_entry.c
src/lib/elm_priv.h