GNOME Bugzilla – Bug 501331
Use po/LINGUAS instead of ALL_LINGUAS in configure.in
Last modified: 2007-12-13 15:02:22 UTC
I've already started fixing this issue.
Created attachment 100204 [details] [review] Patch to fix bug #501331
Comment on attachment 100204 [details] [review] Patch to fix bug #501331 Index: configure.in =================================================================== --- configure.in (revision 3468) +++ configure.in (working copy) @@ -7,7 +7,7 @@ AM_MAINTAINER_MODE -AC_PROG_INTLTOOL([0.21]) +IT_PROG_INTLTOOL([0.35.0]) AC_PROG_CC AC_ISC_POSIX @@ -218,8 +218,6 @@ dnl -- Intl -ALL_LINGUAS="ar be@latin bg ca cs da de dz el en_CA en_GB es et eu fa fi fr gl hi hu it ja lt lv mk nb nl oc pa pl pt pt_BR ru rw sr sr@Latn sv th vi zh_CN zh_TW" - GETTEXT_PACKAGE=f-spot AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package]) Index: po/LINGUAS =================================================================== --- po/LINGUAS (revision 0) +++ po/LINGUAS (revision 0) @@ -0,0 +1,45 @@ +# please keep this list sorted alphabetically +# +ar +be@latin +bg +ca +cs +da +de +dz +el +en_CA +en_GB +es +et +eu +fa +fi +fr +gl +hi +hu +it +ja +ka +lt +lv +mk +nb +nl +oc +pa +pl +pt +pt_BR +ru +rw +sr +sr@Latn +sv +th +vi +zh_CN +zh_HK +zh_TW \ No newline at end of file Property changes on: po\LINGUAS ___________________________________________________________________ Name: svn:eol-style + native
Created attachment 100205 [details] [review] Fix Oh my. Bugzilla's way of 'attachment editing' is weird. The first was a tranfser error. Here's correct diff. Sorry for inconvenience.
fixed in r3507