curaga
Group: Members
Posts: 2163
Joined: Feb. 2007 |
|
Posted: Jan. 29 2008,16:13 |
|
The first thing would be to get the language data for your locale (the one in /usr/share/locale) and a file called locale-archive (usually in /usr/lib/locale) from Knoppix 3.4. These would enable the libraries and core programs that have a translation to output in your language. This would enable localized time format too. After that, addQuote | export LANG=ru_RU.ISO-8859-9 | to both /etc/bashrc and /etc/profile, changing it to be appropriate (I have no idea of the russian character set). This makes your language the default.
The default font dirs are in /usr/X11R6/lib/X11, so add your fonts there, and they will be found.
For programs in DSL that don't have translations, you could first check if there is one, and if there is, compile the translation and copy it to /usr/share/locale/ru. If not, you would need to translate yourself. For the scripts, translating yourself is the only option.
-------------- There's no such thing as life. Those mean little jocks invented it ;) - Windows is not a virus. A virus does something!
|