Notes on Ubuntu locale generation.

This commit is contained in:
William Kendrick 2008-05-08 18:26:42 +00:00
parent d87e493c1b
commit c055e0a00d
2 changed files with 14 additions and 2 deletions

View file

@ -1018,7 +1018,12 @@ Setting Your Environment's Locale
"locale-gen" as root.
Note: Debian users may be able to simply run the command
"dpkg-reconfigure locales".
"dpkg-reconfigure locales" as root to bring up a configuration
dialog. Ubuntu users may be able to run
"sudo dpkg-reconfigure localeconf" (the "localeconf" package may
need to be installed first), or may need to edit the file
"/var/lib/locales/supported.d/local" first, and add locales they
want, from the list found in "/usr/share/i18n/SUPPORTED".
Then, before running Tux Paint, set your "$LANG" environment
variable to one of the locales listed above. (If you want all

View file

@ -1757,7 +1757,14 @@ New Breed Software</p>
then running the program "<code>locale-gen</code>" as root.</p>
<p><i>Note: Debian users may be able to simply run the command
"<code>dpkg-reconfigure&nbsp;locales</code>".</i></p>
"<code>dpkg-reconfigure&nbsp;locales</code>" as root to bring up a
configuration dialog. Ubuntu users may be able to run
"<code>sudo&nbsp;dpkg-reconfigure&nbsp;localeconf</code>"
(the "localeconf" package may need to be installed first), or
may need to edit the file
"<code>/var/lib/locales/supported.d/local</code>"
first, and add locales they want, from the list found in
"<code>/usr/share/i18n/SUPPORTED</code>".</i></p>
<p>Then, before running Tux&nbsp;Paint, set your "<code>$LANG</code>"
environment variable to one of the locales listed above. (If you