* Update scrape-localechooser for new languagelist format.

master
Colin Watson 18 years ago
parent 131cf21bd7
commit b674b232bd

1
debian/changelog vendored

@ -7,6 +7,7 @@ gfxboot-theme-ubuntu (0.2.0) UNRELEASED; urgency=low
* Move theme to /usr/share/gfxboot-theme-ubuntu, in line with other
gfxboot-theme-* packages.
* Use dh_install.
* Update scrape-localechooser for new languagelist format.
-- Colin Watson <cjwatson@ubuntu.com> Wed, 12 Jul 2006 13:13:53 +0100

@ -34,7 +34,7 @@ while (<LIST>) {
if (exists $langcode_override{$bits[0]}) {
$lang = $langcode_override{$bits[0]};
} else {
$lang = $bits[4];
$lang = $bits[2];
}
$langcodes{$bits[0]} = $lang;
}

Loading…
Cancel
Save