Notes on Ubuntu locale generation.
This commit is contained in:
parent
d87e493c1b
commit
c055e0a00d
2 changed files with 14 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 locales</code>".</i></p>
|
||||
"<code>dpkg-reconfigure locales</code>" as root to bring up a
|
||||
configuration dialog. Ubuntu users may be able to run
|
||||
"<code>sudo dpkg-reconfigure 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 Paint, set your "<code>$LANG</code>"
|
||||
environment variable to one of the locales listed above. (If you
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue