UK Language setting
David Leadbeater <knoppix-wC4w40D7/[email protected]>
| Newsgroups | gmane.linux.debian.knoppix |
|---|---|
| Message-ID | <[email protected]> |
When using the lang=uk setting for knoppix the keyboard in console is correctly set to the en_GB / uk layout, but the variable LANGUAGE is set to "uk", this means some messages (most noticable to me are vim's) are displayed in Ukrainian! (which just appears as ???? in Konsole). The problem is in /etc/rcS.d/S00knoppix-autoconfig, and it's also not totally obvious because the LANGUAGE variable is reused. Adding LANGUAGE="" to the uk case condition would fix it though..