Loading debian/changelog +3 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,9 @@ debian-edu-doc (2.10.13) UNRELEASED; urgency=medium [ Holger Levsen ] * Update all manuals from the wiki. * d/control: use canonical URL for Vcs-Git, thanks lintian. * scripts/get_copyright: add Brazilian Portuguese. * scripts/get_copyright: - add Brazilian Portuguese. - sort languages alphabetically. [ Wolfgang Schweer ] * scripts/get_manual: Loading documentation/scripts/get_copyright +8 −10 Original line number Diff line number Diff line Loading @@ -21,22 +21,20 @@ my $file = 'copyright.manual'; $file = 'copyright.xml' if $type eq 'dbk'; my $name = 'CopyRight'; my %langs = ( 'Brazilian Portuguese'=> 'pt_BR', 'Bokmål' => 'nb', 'Simplified Chinese' => 'zh', 'Czech' => 'cs', 'Danish' => 'da', 'German' => 'de', 'Spanish' => 'es', 'Dutch' => 'nl', 'French' => 'fr', 'German' => 'de', 'Italian' => 'it', 'Japanese' => 'ja', 'Brazilian Portuguese'=> 'pt_BR', 'Bokmål' => 'nb', 'Norwegian Bokmål' => 'nb', 'Dutch' => 'nl', 'Swedish' => 'sv', 'Polish' => 'pl', 'Chinese' => 'zh', 'Czech' => 'cs', 'Simplified Chinese' => 'zh', 'Chinese (Simplified Chinese)' => 'zh', 'Spanish' => 'es', 'Swedish' => 'sv', 'Ukrainian' => 'uk', ); Loading Loading
debian/changelog +3 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,9 @@ debian-edu-doc (2.10.13) UNRELEASED; urgency=medium [ Holger Levsen ] * Update all manuals from the wiki. * d/control: use canonical URL for Vcs-Git, thanks lintian. * scripts/get_copyright: add Brazilian Portuguese. * scripts/get_copyright: - add Brazilian Portuguese. - sort languages alphabetically. [ Wolfgang Schweer ] * scripts/get_manual: Loading
documentation/scripts/get_copyright +8 −10 Original line number Diff line number Diff line Loading @@ -21,22 +21,20 @@ my $file = 'copyright.manual'; $file = 'copyright.xml' if $type eq 'dbk'; my $name = 'CopyRight'; my %langs = ( 'Brazilian Portuguese'=> 'pt_BR', 'Bokmål' => 'nb', 'Simplified Chinese' => 'zh', 'Czech' => 'cs', 'Danish' => 'da', 'German' => 'de', 'Spanish' => 'es', 'Dutch' => 'nl', 'French' => 'fr', 'German' => 'de', 'Italian' => 'it', 'Japanese' => 'ja', 'Brazilian Portuguese'=> 'pt_BR', 'Bokmål' => 'nb', 'Norwegian Bokmål' => 'nb', 'Dutch' => 'nl', 'Swedish' => 'sv', 'Polish' => 'pl', 'Chinese' => 'zh', 'Czech' => 'cs', 'Simplified Chinese' => 'zh', 'Chinese (Simplified Chinese)' => 'zh', 'Spanish' => 'es', 'Swedish' => 'sv', 'Ukrainian' => 'uk', ); Loading