Re: Internationalization

From: Michele Andreoli (andreoli@pisoft.it)
Date: Tue Jul 20 1999 - 01:15:54 CEST


On Mon, Jul 19, 1999 at 08:13:35PM +0200, Franz-Albert VAN DEN BUSSCHE wrote:

> Can I suggest some ideas to internatonalize muLinux.
> Regards

If your intention is to translate only the "info" pages (the green pages
which appairs during setup process) this is easy to perform.

Any X.fun in /setup/fun has an own info() function. You can add
a simple diversion of this kind:

        info()
        {
        LANG=`cat /etc/language.conf`
        eval info_$LANG
        }

then, add info_en(), info_it(), info_fr(), etc. in the same file.

But if you want to translate all the intermediate question coming
from, for example, the PPP or ETH setup, more work needed :(

Michele

-- 
I'd like to conclude with a positive statement, but I can't 
remember any. Would two negative ones do?       -- Woody Allen
---------------------------------------------------------------------
To unsubscribe, e-mail: mulinux-unsubscribe@sunsite.auc.dk
For additional commands, e-mail: mulinux-help@sunsite.auc.dk


This archive was generated by hypermail 2.1.6 : Sat Feb 08 2003 - 15:27:12 CET