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