Enlightenment CVS committal Author : shorne Project : e17 Module : apps/e
Dir : e17/apps/e Modified Files: autogen.sh Log Message: Add macro for N_ for marking string for translation * Can be used to get static context strings translated * I guess this is the best way to do it, see here: http://www.gnu.org/software/gettext/manual/html_node/gettext_153.html http://www.gnu.org/software/gettext/manual/html_node/gettext_19.html =================================================================== RCS file: /cvs/e/e17/apps/e/autogen.sh,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- autogen.sh 8 Aug 2005 21:46:02 -0000 1.15 +++ autogen.sh 31 May 2006 22:51:24 -0000 1.16 @@ -19,7 +19,7 @@ --copyright-holder="Enlightenment development team" \ --foreign-user \ --msgid-bugs-address="enlightenment-devel@lists.sourceforge.net" \ --k -k_ -kd_ \ +-k -k_ -kd_ -kN_ \ --from-code=UTF-8 \ -o enlightenment.pot \ `find . -name "*.[ch]" -print` || exit 1 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs