discomfitor pushed a commit to branch enlightenment-0.22.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=e73999d7e6f05f071d9c300856d875995e513feb

commit e73999d7e6f05f071d9c300856d875995e513feb
Author: maxerba <maiur...@gmail.com>
Date:   Sat Dec 9 20:08:43 2017 +0100

    Give to gettext correct options to make it able to run.
---
 po/meson.build | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/po/meson.build b/po/meson.build
index cd1552815..9c1abb1a7 100644
--- a/po/meson.build
+++ b/po/meson.build
@@ -1,5 +1,15 @@
 if get_option('nls')
   i18n = import('i18n')
-  i18n.gettext('enlightenment')
+  i18n.gettext('enlightenment',
+             args: [
+                '--keyword=_',
+                '--keyword=d_:1',
+                '--keyword=P_:1,2',
+                '--keyword=dP_:1,2',
+                '--keyword=N_',
+                '--keyword=NP_:1,2',
+                '--from-code=UTF-8',
+                '--foreign-user'
+              ])
   config_h.set('HAVE_GETTEXT', '1')
 endif

-- 


Reply via email to