trans-coord-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

trans-coord/gnun/server/gnun ChangeLog GNUmakef...


From: Pavel Kharitonov
Subject: trans-coord/gnun/server/gnun ChangeLog GNUmakef...
Date: Sun, 25 Mar 2012 05:19:14 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Pavel Kharitonov <ineiev>       12/03/25 05:19:14

Modified files:
        gnun/server/gnun: ChangeLog GNUmakefile THANKS 

Log message:
        (report): Fix detection of teams with no translations
        (reported by Therese Godefroy, patch by Denis Barbier).
        Don't take into account compendia.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.261&r2=1.262
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.118&r2=1.119
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/THANKS?cvsroot=trans-coord&r1=1.12&r2=1.13

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -b -r1.261 -r1.262
--- ChangeLog   22 Mar 2012 07:50:06 -0000      1.261
+++ ChangeLog   25 Mar 2012 05:19:13 -0000      1.262
@@ -1,3 +1,13 @@
+2012-03-25  Pavel Kharitonov  <address@hidden>
+
+       * GNUmakefile (report): Don't take into account compendia.
+       * THANKS: Update.
+
+2012-03-25  Denis Barbier <address@hidden> (tiny change)
+
+       * GNUmakefile (report): Fix detection of teams with no
+       translations. Reported by Therese Godefroy.
+
 2012-03-22  Pavel Kharitonov  <address@hidden>
 
        Update XMLLINT-related logic.

Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -b -r1.118 -r1.119
--- GNUmakefile 17 Mar 2012 15:00:22 -0000      1.118
+++ GNUmakefile 25 Mar 2012 05:19:13 -0000      1.119
@@ -1151,10 +1151,11 @@
 ifndef TEAM
        $(error Please specify a language code, for example TEAM=fr)
 endif
-ifneq ($(TEAM),$(call find-language,$(TEAM),$(sort $(GENERIC_LINGUAS))))
+ifeq (,$(call find-language,$(TEAM),$(sort $(GENERIC_LINGUAS))))
        @echo "There are no translations for language $(TEAM)."
 else
-       @cd $(rootdir) ; LC_ALL=C find -name '*.$(TEAM).po' -printf "%p: " \
+       @cd $(rootdir) ; LC_ALL=C find -name '*.$(TEAM).po' \
+         ! -path '*/gnun/compendia/*' -printf "%p: " \
          -exec $(MSGFMT) --statistics -o /dev/null '{}' \; 2>&1 \
            | sort | $(EGREP) '(fuzzy|untranslated)' \
          || echo "All translations seem to be up-to-date."

Index: THANKS
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/THANKS,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- THANKS      12 Feb 2012 14:25:49 -0000      1.12
+++ THANKS      25 Mar 2012 05:19:13 -0000      1.13
@@ -6,6 +6,8 @@
 +------------------+---------------------------+
 |Andrea Pescetti   |           address@hidden|
 +------------------+---------------------------+
+|Denis Barbier     |           address@hidden|
++------------------+---------------------------+
 |Dominik Smatana   |             address@hidden|
 +------------------+---------------------------+
 |Dora Scilipoti    |    address@hidden|
@@ -26,6 +28,8 @@
 +------------------+---------------------------+
 |Richard Stallman  |                address@hidden|
 +------------------+---------------------------+
+|Thérèse Godefroy  |      address@hidden|
++------------------+---------------------------+
 |Wacław Jacek      |                address@hidden|
 +------------------+---------------------------+
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]