Enlightenment CVS committal Author : maxerba Project : e_modules Module : language
Dir : e_modules/language Modified Files: Makefile.am autogen.sh configure.in Added Files: ABOUT-NLS Log Message: added i18n support and italian localization =================================================================== RCS file: /cvs/e/e_modules/language/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- Makefile.am 1 Jun 2006 19:23:42 -0000 1.4 +++ Makefile.am 25 Jul 2006 22:07:16 -0000 1.5 @@ -1,6 +1,6 @@ MAINTAINERCLEANFILES = Makefile.in -SUBDIRS = src data +SUBDIRS = src data po # data files for the module filesdir = $(datadir) =================================================================== RCS file: /cvs/e/e_modules/language/autogen.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- autogen.sh 16 Jun 2006 20:58:30 -0000 1.2 +++ autogen.sh 25 Jul 2006 22:07:16 -0000 1.3 @@ -10,6 +10,17 @@ echo "Running autoconf..." ; autoconf || exit 1 echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1 echo "Running automake..." ; automake --add-missing --copy --foreign || exit 1 +echo "Generating gettext language.pot template"; \ +xgettext \ +--output language.pot \ +--output-dir=po \ +--language=C \ +--add-location \ +--keyword=D_ \ +--sort-by-file \ +--copyright-holder="TODO" \ +--foreign-user \ +`find . -name "*.[ch]" -print` || exit 1 if [ -z "$NOCONFIGURE" ]; then ./configure "$@" =================================================================== RCS file: /cvs/e/e_modules/language/configure.in,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- configure.in 25 Jul 2006 13:31:45 -0000 1.9 +++ configure.in 25 Jul 2006 22:07:16 -0000 1.10 @@ -17,11 +17,11 @@ AM_ENABLE_SHARED AM_PROG_LIBTOOL -ALL_LINGUAS="" +ALL_LINGUAS="it" AC_SUBST(ALL_LINGUAS) -#AM_GNU_GETTEXT([external]) -#AM_GNU_GETTEXT_VERSION(0.14) +AM_GNU_GETTEXT([external]) +AM_GNU_GETTEXT_VERSION(0.14) MODULE_ARCH="$host_os-$host_cpu" AC_SUBST(MODULE_ARCH) @@ -161,6 +161,7 @@ data/Makefile data/themes/Makefile data/themes/images/Makefile +po/Makefile ],[ ]) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs