Package: po-debconf
Version: 1.0.8
Severity: wishlist
Tags: patch
Hi,
Right now, `podebconf-report-po --call' uses something like this:
pt_BR 0 4
ja 0 4
lt 0 4
ro 0 4
ru 0 4
nl 0 4
fr 0 4
cs 0 4
It would be nice if the list is sorted by language.
Changing line 457 from
foreach my $poFile (grep(/\.po$/, readdir(DIR))) {
to
foreach my $poFile (grep(/\.po$/, sort readdir(DIR))) {
does this for me.
Thanks,
dam
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.20-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages po-debconf depends on:
ii gettext 0.16.1-1 GNU Internationalization utilities
ii intltool-debian 0.35.0+20060710.1 Help i18n of RFC822 compliant conf
ii perl 5.8.8-7 Larry Wall's Practical Extraction
Versions of packages po-debconf recommends:
ii libcompress-zlib-perl 1.42-2 Perl module for creation and manip
ii libmail-sendmail-perl 0.79-4 Send email from a perl script
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]