OESF Portables Forum
Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Debian => Topic started by: flux on November 18, 2007, 11:53:16 pm
-
just added in wiki for locales - glic-2.7
apt-get install belocs-locales-data belocs-locales-bin
dpkg-reconfigure belocs-locales-bin
echo "export LC_ALL=fr_FR@euro" >> ~/.profile (or whatever locale you chose)
logout / login
-
gotcha! merci
don't forget to set your sources.list to gnuab before applying this tip
after it just works great!
-
echo "export LC_ALL=fr_FR@euro" >> ~/.profile (or whatever locale you chose)
I think it'd be better to do
echo "LANG=fr_FR@euro" >> /etc/environment
-
This all seemed to work. Thanks, folks.