commit-womb
[Top][All Lists]
Advanced

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

[Commit-womb] gnumaint gnumaint template-active.txt


From: Karl Berry
Subject: [Commit-womb] gnumaint gnumaint template-active.txt
Date: Sat, 13 Jan 2007 17:05:08 +0000

CVSROOT:        /sources/womb
Module name:    gnumaint
Changes by:     Karl Berry <karl>       07/01/13 17:05:08

Modified files:
        .              : gnumaint template-active.txt 

Log message:
        plural hacks

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnumaint/gnumaint?cvsroot=womb&r1=1.19&r2=1.20
http://cvs.savannah.gnu.org/viewcvs/gnumaint/template-active.txt?cvsroot=womb&r1=1.5&r2=1.6

Patches:
Index: gnumaint
===================================================================
RCS file: /sources/womb/gnumaint/gnumaint,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- gnumaint    13 Jan 2007 16:51:25 -0000      1.19
+++ gnumaint    13 Jan 2007 17:05:08 -0000      1.20
@@ -429,8 +429,20 @@
             }
         }
 
+        ;# rms doesn't like "package(s)".
+        if {[llength $maintainer_pkgs] == 1} then {
+          set plural_package "package"
+          set plural_this_package "this package"
+        } else {
+          set plural_package "packages"
+          set plural_this_package "these packages"
+        }
+        
         ;# Fill the template with this package/maintainer pair info
-        set translation_list [list \
+        set translation_list \
+              [list \
+                [list %PLURAL_PACKAGE $plural_package] \
+                [list %PLURAL_THIS_PACKAGE $plural_this_package] \
                                 [list %PACKAGE_LIST $pkg_list_str] \
                                 [list %MAINTAINER_ADDRESS $maintainer_notes] \
                                 [list %MAINTAINER_NAME $maintainer_name] \

Index: template-active.txt
===================================================================
RCS file: /sources/womb/gnumaint/template-active.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- template-active.txt 13 Jan 2007 16:51:25 -0000      1.5
+++ template-active.txt 13 Jan 2007 17:05:08 -0000      1.6
@@ -3,16 +3,16 @@
 Have I reached %MAINTAINER_NAME?
 
 fmt:I'm sending you this message on behalf of the GNU Project because
-fmt:you're the maintainer of the GNU packages %PACKAGE_LIST.  We
+fmt:you're the maintainer of the GNU %PLURAL_PACKAGE %PACKAGE_LIST.  We
 fmt:would like to verify that you're still there, and still reachable at
 fmt:the address we have, %MAINTAINER_EMAIL.
 
-If all of that is correct, please just reply to this message.  That
-will confirm that you got it, that you're still maintaining these
-packages, and that the address we used is still good.
+If all of that is correct, please just reply to this message.
+That will confirm that you got it, that you're still maintaining
+%PLURAL_THIS_PACKAGE, and that the address we used is still good.
 
-If you are no longer maintaining the packages, or your preferred email
-address has changed, or there's anything else you think we should
+If you are no longer maintaining the %PLURAL_PACKAGE, or your preferred
+email address has changed, or there's anything else you think we should
 know, please send mail to address@hidden so we can update our
 records.
 
@@ -21,8 +21,8 @@
 backup.  Would you please mail that contact information to
 address@hidden so we can note it down?
 
-If you have any news or questions regarding your GNU package, please
-let us know.  address@hidden is the address for that too.
+If you have any news or questions regarding your GNU %PLURAL_PACKAGE,
+please let us know.  address@hidden is the address for that too.
 
 Thanks for contributing to GNU, and happy hacking.
 




reply via email to

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