* Make "lang" file work with locales that require _CC (pt_BR, zh_CN,

zh_TW).
master
Colin Watson 18 years ago
parent 87dd071400
commit 834598922c

@ -1058,7 +1058,12 @@
over exch 0 exch put
1 add
} forall
tmp 2 0 put % only short locale name
true lang.defaultnames {
.la.locale get tmp eq { pop false exit } if
} forall {
% If we don't know about this locale, then try the short locale name.
tmp 2 0 put
} if
tmp dup setlang pop setkeymap
} {
pop

7
debian/changelog vendored

@ -1,3 +1,10 @@
gfxboot-theme-ubuntu (0.2.1) UNRELEASED; urgency=low
* Make "lang" file work with locales that require _CC (pt_BR, zh_CN,
zh_TW).
-- Colin Watson <cjwatson@ubuntu.com> Thu, 13 Jul 2006 17:38:29 +0100
gfxboot-theme-ubuntu (0.2.0) edgy; urgency=low
* Use keymapchars from gfxboot (>= 3.2.23-1) rather than our own.

Loading…
Cancel
Save