]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/lilypond-texi2html-lang.init
Add '-dcrop' option to ps and svg backends
[lilypond.git] / Documentation / lilypond-texi2html-lang.init
1 # Languages minimum initialization for texi2html
2 # $LANGUAGES will be overwritten by lilypond-texi2html.init.
3
4 use utf8;
5
6 my @langlist = (
7     'ca', 'cs', 'de', 'es', 'fr', 'hu', 'it', 'ja', 'nl', 'po', 'zh'
8 );
9
10 foreach my $lang (@langlist)
11 {
12     unless (exists($LANGUAGES->{$lang}) && defined($LANGUAGES->{$lang}))
13     {
14         $LANGUAGES->{$lang} = {};
15     }
16 }
17
18 return 1;