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

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

trans-coord/gnun/server/gnun NEWS ChangeLog gnu...


From: Ineiev
Subject: trans-coord/gnun/server/gnun NEWS ChangeLog gnu...
Date: Mon, 7 May 2018 14:07:45 -0400 (EDT)

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Ineiev <ineiev> 18/05/07 14:07:44

Modified files:
        gnun/server/gnun: NEWS ChangeLog gnun-init-po.in 

Log message:
        Fill the 'Language:' field of PO header.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/NEWS?cvsroot=trans-coord&r1=1.129&r2=1.130
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.463&r2=1.464
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/gnun-init-po.in?cvsroot=trans-coord&r1=1.7&r2=1.8

Patches:
Index: NEWS
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/NEWS,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -b -r1.129 -r1.130
--- NEWS        18 Aug 2017 11:40:41 -0000      1.129
+++ NEWS        7 May 2018 18:07:44 -0000       1.130
@@ -2,6 +2,8 @@
 
 * Changes in GNUnited Nations 0.12 (????-??-??)
 
+** gnun-init-po fills the 'Language:' field of PO header.
+
 ** New script, gnun-link-diff.
 
 ** configure script detects GNU sed-4.3-specific bug and issues

Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.463
retrieving revision 1.464
diff -u -b -r1.463 -r1.464
--- ChangeLog   23 Jan 2018 04:32:28 -0000      1.463
+++ ChangeLog   7 May 2018 18:07:44 -0000       1.464
@@ -1,3 +1,7 @@
+2018-05-07  Pavel Kharitonov  <address@hidden>
+
+       * gnun-init-po.in: Fill the 'Language:' field of PO header.
+
 2018-01-23  Pavel Kharitonov  <address@hidden>
 
        * doc/web-trans.texi (PO Editors): Comment out Pootle.

Index: gnun-init-po.in
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/gnun-init-po.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- gnun-init-po.in     29 Jun 2016 15:54:56 -0000      1.7
+++ gnun-init-po.in     7 May 2018 18:07:44 -0000       1.8
@@ -1,7 +1,7 @@
 #! @BASH@
 # Initialize a translation file.
 
-# Copyright (C) 2012, 2014, 2016 Free Software Foundation, Inc.
+# Copyright (C) 2012, 2014, 2016, 2018 Free Software Foundation, Inc.
 
 # This file is part of GNUnited Nations.
 
@@ -21,7 +21,7 @@
 function version () {
 cat <<EOF
 gnun-init-po (@PACKAGE_NAME@) @PACKAGE_VERSION@
-Copyright (C) 2014 Free Software Foundation, Inc.
+Copyright (C) 2018 Free Software Foundation, Inc.
 You may redistribute copies of @PACKAGE_NAME@
 under the terms of the GNU General Public License.
 For more information about these matters, see the file named COPYING.
@@ -322,6 +322,7 @@
     s/^\(\"PO-Revision-Date:\).*/\1 ${revision_date}\\\n\"/
     address@hidden(\"Content-Type: text/plain; 
charset\)=CHARSET\(\\\n\)\?\"@\1=UTF-8\2\"@
     s/^\(\"Content-Transfer-Encoding:\) ENCODING\(\\\n\)\?\"$/\1 8bit\\\n\"/
+    s/^\(\"Language:\).*/\1 ${language}\\\n\"/
   }" ${po}
 
 # Add differences to previous msgids.



reply via email to

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