diff --git a/.cvsignore b/.cvsignore index 3fac3108..c3d3b49c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -40,3 +40,9 @@ install-sh missing mkinstalldirs libgtopconfig.h +intltool-extract.in +intltool-extract +intltool-merge.in +intltool-merge +intltool-update.in +intltool-update diff --git a/ChangeLog b/ChangeLog index 1ca34d45..f4849a1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-06-03 BenoƮt Dejean + + * .cvsignore: + * Makefile.am: + * configure.in: + * po/LINGUAS: + + Use po/LINGUAS. + Closes #337902. + 2006-04-18 German Poo-Caaman~o * /include/glibtop/cpu.h: diff --git a/Makefile.am b/Makefile.am index 7490ddf5..c02d7175 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,15 @@ libgtopincludedir = $(includedir)/libgtop-2.0 EXTRA_DIST = autogen.sh libgtop.spec.in copyright.txt \ features.def libgtopconfig.h.in \ libgtop-sysdeps.m4 README \ - libgtop-2.0.pc.in acinclude.m4 + libgtop-2.0.pc.in acinclude.m4 \ + intltool-extract.in \ + intltool-merge.in \ + intltool-update.in + +DISTCLEANFILES = \ + intltool-extract \ + intltool-merge \ + intltool-update dist-hook: cp libgtop.spec $(distdir) diff --git a/configure.in b/configure.in index 755ab197..c6a440fb 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl m4_define([libgtop_major_version], [2]) m4_define([libgtop_minor_version], [14]) -m4_define([libgtop_micro_version], [1]) +m4_define([libgtop_micro_version], [2]) m4_define([libgtop_version], [libgtop_major_version.libgtop_minor_version.libgtop_micro_version]) dnl increment if the interface has additions, changes, removals. @@ -230,7 +230,7 @@ AC_TYPE_SIGNAL AC_FUNC_STRFTIME AC_CHECK_FUNCS(getcwd gettimeofday getwd putenv strdup strtoul uname) -ALL_LINGUAS="am ar az be bg bn bs ca cs cy da de el en_CA en_GB es et eu fa fi fr ga gl gu he hi hr hu id it ja ka ko ku ky lt lv mi mk ml mn ms nb ne nl nn or pa pl pt pt_BR ro ru rw sk sl sq sr sr@Latn sv ta th tr uk vi xh zh_CN zh_TW" +IT_PROG_INTLTOOL([0.35.0]) GETTEXT_PACKAGE=libgtop-2.0 AC_SUBST(GETTEXT_PACKAGE) diff --git a/po/LINGUAS b/po/LINGUAS new file mode 100644 index 00000000..bcbbc548 --- /dev/null +++ b/po/LINGUAS @@ -0,0 +1,70 @@ +# please keep this list sorted alphabetically +# +am +ar +az +be +bg +bn +bs +ca +cs +cy +da +de +el +en_CA +en_GB +es +et +eu +fa +fi +fr +ga +gl +gu +he +hi +hr +hu +id +it +ja +ka +ko +ku +ky +lt +lv +mi +mk +ml +mn +ms +nb +ne +nl +nn +or +pa +pl +pt +pt_BR +ro +ru +rw +sk +sl +sq +sr +sr@Latn +sv +ta +th +tr +uk +vi +xh +zh_CN +zh_TW