HOW-TO: Making Latin translation work under Linux
Moderator: Forum Moderators
HOW-TO: Making Latin translation work under Linux
Hi everyone!
Just wanted to post an advice for all of you that are interested in playing Wesnoth in Latin. Under Linux you will normally get the errormessage the the locale for la_IT is missing. The guys providing the glibc seem to be too slow for Wesnoth
. Now here is my advice for getting it work:
All of it has to be done in the console or a terminal. You should do this by clicking on the appropriate menu entry, or by pushing F4 in any folder of your current Window manager.
First you have to know which locale does make sense for you to "replace" la_IT. I took the german locale, because i am a) from Germany, and b) all the needed chars are existing in it. You should replace every de_DE i write in here by the locale you want to have instead (it should only exist in that dir). It should not make a big difference. When you are sure about that one, you should typeand than to become root.
Now that you are the admin, you have to get the locale for la_IT. That is done by typing:
Thats it. Now you can exit the root mode with and close the terminal again. Now you can start Wesnoth and change the language to Latin.
Have fun playing Wesnoth in Latin.
Nils Kneuper aka Ivanovic
Just wanted to post an advice for all of you that are interested in playing Wesnoth in Latin. Under Linux you will normally get the errormessage the the locale for la_IT is missing. The guys providing the glibc seem to be too slow for Wesnoth

All of it has to be done in the console or a terminal. You should do this by clicking on the appropriate menu entry, or by pushing F4 in any folder of your current Window manager.
First you have to know which locale does make sense for you to "replace" la_IT. I took the german locale, because i am a) from Germany, and b) all the needed chars are existing in it. You should replace every de_DE i write in here by the locale you want to have instead (it should only exist in that dir). It should not make a big difference. When you are sure about that one, you should type
Code: Select all
cd /usr/lib/locale
Code: Select all
su
Now that you are the admin, you have to get the locale for la_IT. That is done by typing:
Code: Select all
cp -r de_DE la_IT
Code: Select all
exit
Have fun playing Wesnoth in Latin.
Nils Kneuper aka Ivanovic
Last edited by ivanovic on August 14th, 2005, 6:22 pm, edited 1 time in total.