comparison DOCS/tech/translations.txt @ 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 5e98034a49ec
children 99a95a99ae35
comparison
equal deleted inserted replaced
19703:ad7f49a1ba95 19704:338961243006
71 Furthermore, running help_diff.sh on your translated file will immediately show 71 Furthermore, running help_diff.sh on your translated file will immediately show
72 missing messages, which eases further translation. 72 missing messages, which eases further translation.
73 73
74 If no messages are missing, please add a line similar to 74 If no messages are missing, please add a line similar to
75 75
76 /* Synced with help_mp-en.h 1.XXX */ 76 /* Synced with help_mp-en.h rXXX */
77 77
78 to the file header, replacing XXX with the revision of help_mp-en.h that your 78 to the file header, replacing XXX with the revision of help_mp-en.h that your
79 translation is in sync with. This way we can easily tell if the translation 79 translation is in sync with. This way we can easily tell if the translation
80 is up to date or not. 80 is up to date or not.
81 81
85 incomplete, please let us know, we'll fix it. Patches are more than welcome, 85 incomplete, please let us know, we'll fix it. Patches are more than welcome,
86 of course. Do not, however, change the translation first, please get your 86 of course. Do not, however, change the translation first, please get your
87 update into the English version first. 87 update into the English version first.
88 88
89 If you have Subversion write access and commit a translation update file, 89 If you have Subversion write access and commit a translation update file,
90 use something like "synced with 1.XXX" as first line of the commit message 90 use something like "synced with rXXX" as first line of the commit message
91 so that it is possible to tell with a glance at the cvs log or viewcvs if 91 so that it is possible to tell with a glance at the Subversion log or ViewVC
92 the translation is outdated and which revision of the English master file 92 if the translation is outdated and which revision of the English master file
93 it is equivalent to. 93 it is equivalent to.
94
95 If you make (spelling/wording/consistency/etc) changes to a file without
96 adapting parts that changed in the English master file, leave the sync
97 tag as it is.