changeset 19704:338961243006

Some more CVS --> Subversion changes, explain what to do with the sync tag when the translation is not updated.
author diego
date Wed, 06 Sep 2006 10:32:37 +0000
parents ad7f49a1ba95
children d0d4d0d44039
files DOCS/tech/translations.txt
diffstat 1 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/translations.txt	Wed Sep 06 10:24:19 2006 +0000
+++ b/DOCS/tech/translations.txt	Wed Sep 06 10:32:37 2006 +0000
@@ -73,7 +73,7 @@
 
 If no messages are missing, please add a line similar to
 
-  /* Synced with help_mp-en.h 1.XXX */
+  /* Synced with help_mp-en.h rXXX */
 
 to the file header, replacing XXX with the revision of help_mp-en.h that your
 translation is in sync with. This way we can easily tell if the translation
@@ -87,7 +87,11 @@
 update into the English version first.
 
 If you have Subversion write access and commit a translation update file,
-use something like "synced with 1.XXX" as first line of the commit message
-so that it is possible to tell with a glance at the cvs log or viewcvs if
-the translation is outdated and which revision of the English master file
+use something like "synced with rXXX" as first line of the commit message
+so that it is possible to tell with a glance at the Subversion log or ViewVC
+if the translation is outdated and which revision of the English master file
 it is equivalent to.
+
+If you make (spelling/wording/consistency/etc) changes to a file without
+adapting parts that changed in the English master file, leave the sync
+tag as it is.