3 FIX OR STANDARDISE TARGETS
5 * extract translatable strings from source code to `po/out/': at toplevel, do:
8 make -C po po-update (or do `make po-update' at toplevel)
10 * if there are no errors (a list of changes against `po/' directory may be
11 displayed, that's ok), do
15 copy the template file for translating to a new language LANG: do
17 cp po/out/lilypond.po LANG.po
19 * and edit your favorite po/LANG.po. Especially, look for `, fuzzy', and empty
20 entries. At the bottom of the file you may find a list of obsolete
23 * because I never install LilyPond, I (check-out buildscripts/set-lily.sh)
26 ln -s $LILYPOND_SOURCEDIR/po/out/nl.mo
27 $PREFIX/usr/share/locale/nl/LC_MESSAGES/lilypond.mo
28 ln -s $LILYPOND_SOURCEDIR/po/out/it.mo
29 $PREFIX/usr/share/locale/it/LC_MESSAGES/lilypond.mo
31 $PREFIX is the --prefix you passed to configure.
33 then simply type, e.g.
37 note that your favorite language should also be listed in locales, check