annotate DOCS/tech/translations.txt @ 18750:5a8e868772f3

fix link to help_mp-XX.h files in svn repo
author kraymer
date Sun, 18 Jun 2006 14:51:26 +0000
parents 625b642df80d
children a75995bf41e6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11809
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
1 ________________________________________
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
2 HOW TO DO A GOOD TRANSLATION FOR MPLAYER
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
4
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
5 We always welcome new translations, but please be aware that
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
6 translations are not just one time jobs. They have to be maintained
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
7 in order to be useful. Otherwise they quickly get outdated and become
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
8 obsolete, useless cruft. That said, we would be happy if you could
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
9 maintain a new documentation translation.
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
10
16120
cc8e5b36f1ed Mention the MPlayer-translations mailing list and explain the difference
diego
parents: 14558
diff changeset
11 Documentation related discussions happen on the MPlayer-DOCS mailing list,
cc8e5b36f1ed Mention the MPlayer-translations mailing list and explain the difference
diego
parents: 14558
diff changeset
12 while documentation translation related discussions happen on the
cc8e5b36f1ed Mention the MPlayer-translations mailing list and explain the difference
diego
parents: 14558
diff changeset
13 MPlayer-translations mailing list. If you want to maintain a translation
cc8e5b36f1ed Mention the MPlayer-translations mailing list and explain the difference
diego
parents: 14558
diff changeset
14 you should subscribe to both, as the English documentation CVS changelogs,
cc8e5b36f1ed Mention the MPlayer-translations mailing list and explain the difference
diego
parents: 14558
diff changeset
15 which you need to keep the translation up to date, are sent to MPlayer-DOCS.
cc8e5b36f1ed Mention the MPlayer-translations mailing list and explain the difference
diego
parents: 14558
diff changeset
16 You can subscribe here:
11809
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
17
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
18 http://mplayerhq.hu/mailman/listinfo/mplayer-docs
16120
cc8e5b36f1ed Mention the MPlayer-translations mailing list and explain the difference
diego
parents: 14558
diff changeset
19 http://mplayerhq.hu/mailman/listinfo/mplayer-translations
11809
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
20
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
21 Send updates and patches to this mailing list or directly to the documentation
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
22 or console message maintainers, see DOCS/tech/MAINTAINERS for details.
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
23
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
24 Translations of MPlayer documentation consist of 3 parts in descending
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
25 order of importance:
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
26
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
27 1) console messages (help/help_mp-XX.h)
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
28 2) man page
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
29 3) XML documentation
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
30
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
31 Please note that only doing 1) or 1) + 2) is perfectly fine.
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
32
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
33 You can find the latest versions of the help_mp-XX.h files in CVS or
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
34 here:
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
35
18750
5a8e868772f3 fix link to help_mp-XX.h files in svn repo
kraymer
parents: 18539
diff changeset
36 http://svn.mplayerhq.hu/mplayer/trunk/help/
11809
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
37
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
38 help_mp-en.h is the master file that you should use as a base for translations.
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
39 If you are adopting an already existing translation, please check it from top
18539
625b642df80d Mention new mphelp_check.py script.
diego
parents: 16791
diff changeset
40 to bottom once. Later it should suffice to just translate missing messages.
625b642df80d Mention new mphelp_check.py script.
diego
parents: 16791
diff changeset
41 Additionally, please make sure that your translated messages fit on an 80
625b642df80d Mention new mphelp_check.py script.
diego
parents: 16791
diff changeset
42 character wide display to avoid overflowing output.
625b642df80d Mention new mphelp_check.py script.
diego
parents: 16791
diff changeset
43
625b642df80d Mention new mphelp_check.py script.
diego
parents: 16791
diff changeset
44 TOOLS/mphelp_check.py is a small tool to check translated files. It will report
625b642df80d Mention new mphelp_check.py script.
diego
parents: 16791
diff changeset
45 conflicting arguments, strings not present in the master file and (optionally)
625b642df80d Mention new mphelp_check.py script.
diego
parents: 16791
diff changeset
46 strings missing from the translation. Running it as
11809
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
47
18539
625b642df80d Mention new mphelp_check.py script.
diego
parents: 16791
diff changeset
48 mphelp_check.py help_mp-en.h help_mp-XX.h
625b642df80d Mention new mphelp_check.py script.
diego
parents: 16791
diff changeset
49
625b642df80d Mention new mphelp_check.py script.
diego
parents: 16791
diff changeset
50 will output errors to the screen, just substitute XX with your language code.
11809
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
51
18539
625b642df80d Mention new mphelp_check.py script.
diego
parents: 16791
diff changeset
52 mphelp_check.py -missing help_mp-en.h help_mp-XX.h
625b642df80d Mention new mphelp_check.py script.
diego
parents: 16791
diff changeset
53
625b642df80d Mention new mphelp_check.py script.
diego
parents: 16791
diff changeset
54 will additionally print untranslated messages to the screen.
11809
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
55
12091
c67c28e4992e How to handle incomplete translations of message files.
diego
parents: 11809
diff changeset
56 If you do not translate all messages at once, please do not leave untranslated
c67c28e4992e How to handle incomplete translations of message files.
diego
parents: 11809
diff changeset
57 messages in your translated file, just leave them out instead. The MPlayer
c67c28e4992e How to handle incomplete translations of message files.
diego
parents: 11809
diff changeset
58 build system automatically checks for missing messages and uses the English
c67c28e4992e How to handle incomplete translations of message files.
diego
parents: 11809
diff changeset
59 ones instead. This has the added advantage of providing the latest versions of
c67c28e4992e How to handle incomplete translations of message files.
diego
parents: 11809
diff changeset
60 the English messages, since English messages in translations may be outdated.
c67c28e4992e How to handle incomplete translations of message files.
diego
parents: 11809
diff changeset
61 Furthermore, running help_diff.sh on your translated file will immediately show
c67c28e4992e How to handle incomplete translations of message files.
diego
parents: 11809
diff changeset
62 missing messages, which eases further translation.
c67c28e4992e How to handle incomplete translations of message files.
diego
parents: 11809
diff changeset
63
16791
fe601b7b10c8 Add a note about the "synce with 1.XXX" line that should be in every
diego
parents: 16120
diff changeset
64 If no messages are missing, please add a line similar to
fe601b7b10c8 Add a note about the "synce with 1.XXX" line that should be in every
diego
parents: 16120
diff changeset
65
fe601b7b10c8 Add a note about the "synce with 1.XXX" line that should be in every
diego
parents: 16120
diff changeset
66 /* Synced with help_mp-en.h 1.XXX */
fe601b7b10c8 Add a note about the "synce with 1.XXX" line that should be in every
diego
parents: 16120
diff changeset
67
fe601b7b10c8 Add a note about the "synce with 1.XXX" line that should be in every
diego
parents: 16120
diff changeset
68 to the file header, replacing XXX with the revision of help_mp-en.h that your
fe601b7b10c8 Add a note about the "synce with 1.XXX" line that should be in every
diego
parents: 16120
diff changeset
69 translation is in sync with. This way we can easily tell if the translation
fe601b7b10c8 Add a note about the "synce with 1.XXX" line that should be in every
diego
parents: 16120
diff changeset
70 is up to date or not.
fe601b7b10c8 Add a note about the "synce with 1.XXX" line that should be in every
diego
parents: 16120
diff changeset
71
11809
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
72 Translations are for documentation what porting is for code. Many more eyes
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
73 see it and get to find mistakes. If you stumble over mistakes, inaccuracies,
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
74 clumsy wording, spelling/grammar errors or if you notice that something is
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
75 incomplete, please let us know, we'll fix it. Patches are more than welcome,
13065
052d0e73a3a8 Fix English before the translations.
diego
parents: 12091
diff changeset
76 of course. Do not, however, change the translation first, please get your
052d0e73a3a8 Fix English before the translations.
diego
parents: 12091
diff changeset
77 update into the English version first.
14558
5bad7a1d6b1f "Synced with 1.XXX" commit message rule.
diego
parents: 13065
diff changeset
78
5bad7a1d6b1f "Synced with 1.XXX" commit message rule.
diego
parents: 13065
diff changeset
79 If you have CVS access and commit a translation update file, use something like
5bad7a1d6b1f "Synced with 1.XXX" commit message rule.
diego
parents: 13065
diff changeset
80 "synced with 1.XXX" as first line of the commit message so that it is possible
5bad7a1d6b1f "Synced with 1.XXX" commit message rule.
diego
parents: 13065
diff changeset
81 to tell with a glance at the cvs log or viewcvs if the translation is outdated
5bad7a1d6b1f "Synced with 1.XXX" commit message rule.
diego
parents: 13065
diff changeset
82 and which revision of the English master file it is equivalent to.