diff options
author | lumag <lumag@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-09-22 08:24:37 +0000 |
---|---|---|
committer | lumag <lumag@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-09-22 08:24:37 +0000 |
commit | 8b667f1cc6ef6786da5ee980da2696b3903cb4a6 (patch) | |
tree | 22104807729aab6f1bd3a6c8c0f71bd4c69db208 /DOCS/xml/README.maintainers | |
parent | 84cea7defc561650f1ad6ed381b64624272102c4 (diff) |
Added a note about "synced with ..." comment.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10927 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/README.maintainers')
-rw-r--r-- | DOCS/xml/README.maintainers | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/DOCS/xml/README.maintainers b/DOCS/xml/README.maintainers index 9bbce4c015..3361738b20 100644 --- a/DOCS/xml/README.maintainers +++ b/DOCS/xml/README.maintainers @@ -39,5 +39,8 @@ Adding new translations Use ru/html.xsl as example. 6) If you are using your own HTML stylesheet, edit your Makefile and set the HTML_STYLESHEET variable to its name. - +7) In each translated file after the <?xml ... ?> tag you must put a note + like <!-- synced with 1.2 -->, where 1.2 is the revision of corresponding + English file (see comment at the top of file). + That's all, in theory. |