Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
dcore:locales-all_in_dcore [2016/05/18 05:03] – [Locales in Debian-based dCore] nitram | dcore:locales-all_in_dcore [2016/05/18 05:07] (current) – [Installation] nitram |
---|
====== Locales in Debian-based dCore ====== | ====== Locales in Debian-based dCore ====== |
| |
Debian repositories contain the package //locales-all// that provides all locale files. The package is all inclusive but large (~25 MB), so a trimmed //mylocale// extension could be created. | Debian repositories contain an all inclusive //locales-all// package. The package is large (~25 MB) and can be trimmed to create a //mylocale// extension. |
| |
===== Installation ===== | ===== Installation ===== |
| |
The following approach has not been thoroughly tested but should work in principle. The technical steps are explained in more detail in the outline about [[http://wiki.tinycorelinux.net/dcore:locale_in_ub-dcore|locales in ub-Dcore]]. | Although not thoroughly tested, the technical steps are outlined in [[http://wiki.tinycorelinux.net/dcore:locale_in_ub-dcore|Locales in Ubuntu-based dCore]]. |
| |
- Comment out the line in '~/.profile' that hard-codes the LANG to “en_US.UTF-8” and have it set through the boot-code ''lang'' (cf. below for the locale-codes). | *Comment out the '~/.profile' line that hard codes the LANG to “en_US.UTF-8” and have it set through the boot code ''lang'' (cf. below for the locale codes). |
- Import and load the //locales-all// package. All imported locales are available under '/usr/lib/locale/'; its listing provides the locale-codes. | *Import and load the //locales-all// package. All imported locales are listed in '/usr/lib/locale/', which provides the locale codes. |
| |
==== Mylocale ==== | ==== Mylocale ==== |