texinfo-commits
[Top][All Lists]
Advanced

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

[6918] explain how to update translations


From: Gavin D. Smith
Subject: [6918] explain how to update translations
Date: Sun, 03 Jan 2016 21:27:44 +0000

Revision: 6918
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6918
Author:   gavin
Date:     2016-01-03 21:27:43 +0000 (Sun, 03 Jan 2016)
Log Message:
-----------
explain how to update translations

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/INSTALL
    trunk/README-hacking

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-01-03 21:19:50 UTC (rev 6917)
+++ trunk/ChangeLog     2016-01-03 21:27:43 UTC (rev 6918)
@@ -1,6 +1,7 @@
 2016-01-03  Gavin Smith  <address@hidden>
 
        * INSTALL: Some words about XS.
+       * README-hacking: Words about translation updates.
 
 2016-01-03  Gavin Smith  <address@hidden>
 

Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL       2016-01-03 21:19:50 UTC (rev 6917)
+++ trunk/INSTALL       2016-01-03 21:27:43 UTC (rev 6918)
@@ -3,7 +3,7 @@
 
      Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
      2001, 2002, 2003, 2004, 2005, 2006, 2007, 2010, 2011, 2013, 2014,
-     2015
+     2015, 2016
      Free Software Foundation, Inc.
 
      Copying and distribution of this file, with or without modification,

Modified: trunk/README-hacking
===================================================================
--- trunk/README-hacking        2016-01-03 21:19:50 UTC (rev 6917)
+++ trunk/README-hacking        2016-01-03 21:27:43 UTC (rev 6918)
@@ -2,7 +2,7 @@
 This file describes the development environment for Texinfo.
 
   Copyright 2002, 2003, 2005, 2006, 2007, 2008, 2010, 2011, 2012, 2013,
-  2014, 2015 Free Software Foundation, Inc.
+  2014, 2015, 2016 Free Software Foundation, Inc.
 
   Copying and distribution of this file, with or without modification,
   are permitted in any medium without royalty provided the copyright
@@ -162,6 +162,11 @@
 check that texindex version is updated properly
   (rm ti.texi texindex.awk ; make)
 gnulib-tool --add-import  # for pretest
+Check that translations have been updated, e.g.:
+  rsync  -Lrtzv  translationproject.org::tp/latest/texinfo/  texinfo
+  rsync  -Lrtzv  translationproject.org::tp/latest/texinfo_document/ \
+                 texinfo_document
+followed by copying updated translation files to po/ and po_document/.
 util/srclist-txi          # for pretest 
 pod2man Pod-Simple-Texinfo/pod2texi.pl >man/pod2texi.1 # until we fix deps
 make




reply via email to

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