After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 501331 - Use po/LINGUAS instead of ALL_LINGUAS in configure.in
Use po/LINGUAS instead of ALL_LINGUAS in configure.in
Status: RESOLVED FIXED
Product: f-spot
Classification: Other
Component: General
SVN
Other All
: Normal normal
: ---
Assigned To: F-spot maintainers
F-spot maintainers
ghop[2007-9]
Depends on:
Blocks:
 
 
Reported: 2007-12-03 19:02 UTC by mailbox.tec
Modified: 2007-12-13 15:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix bug #501331 (1.21 KB, patch)
2007-12-04 22:12 UTC, mailbox.tec
none Details | Review
Fix (1.21 KB, patch)
2007-12-04 22:19 UTC, mailbox.tec
committed Details | Review

Description mailbox.tec 2007-12-03 19:02:58 UTC
I've already started fixing this issue.
Comment 1 mailbox.tec 2007-12-04 22:12:12 UTC
Created attachment 100204 [details] [review]
Patch to fix bug #501331
Comment 2 mailbox.tec 2007-12-04 22:16:03 UTC
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
Comment 3 mailbox.tec 2007-12-04 22:19:12 UTC
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.
Comment 4 Stephane Delcroix 2007-12-13 15:02:22 UTC
fixed in r3507