]> git.donarmstrong.com Git - lilypond.git/blob - po/TODO
* po/TODO: mention gtranslator along with kbabel.
[lilypond.git] / po / TODO
1 TODO
2
3 FIX OR STANDARDISE TARGETS
4
5 * extract translatable strings from source code to `po/out/': at toplevel, do:
6
7     make po
8     make -C po po-update  (or do `make po-update' at toplevel)
9
10 * if there are no errors (a list of changes against `po/' directory may be 
11   displayed, that's ok), do
12
13     cp po/out/*.po po/
14
15   copy the template file for translating to a new language LANG: do
16
17     cp po/out/lilypond.po po/LANG.po
18
19 * and edit your favorite po/LANG.po using a dedicated tool:
20
21     kbabel po/fi.po
22     gtranslator po/fi.po
23
24   Especially, look for fuzzy and untranslated entries.  At the bottom of 
25   the file may accumulate the list of obsolete translations, which may 
26   help to translate some changed entries and may be safely dropped out.
27
28 * because I never install LilyPond, I (check-out buildscripts/set-lily.sh) 
29   made these links:
30
31     ln -s $LILYPOND_SOURCEDIR/po/out/nl.mo 
32         $PREFIX/usr/share/locale/nl/LC_MESSAGES/lilypond.mo
33     ln -s $LILYPOND_SOURCEDIR/po/out/it.mo 
34         $PREFIX/usr/share/locale/it/LC_MESSAGES/lilypond.mo
35
36   $PREFIX is the --prefix you passed to configure.
37
38   then simply type, e.g.
39
40       LANG=nl lilypond -h
41
42   note that your favorite language should also be listed in locales, check
43
44       locale -a
45