by CatalanUser » Fri May 02, 2008 13:30
node_one,
I thought you had the system already installed in Bulgarian...
When a program with NLS (Native Language Suport) starts, it looks if there's a .mo fila at /usr/share/locale/'languagecode'/LC_MESSAGES ('languagecode' is the code for the locale on the system). If the file exists, it uses this locale. When not, it launches the program in the original language (EN in that case).
So, if your locale is set to EN, you have to copy the file spritz.mo in /usr/share/locale/en/LC_MESSAGES and when you start spritz you should get it finaly translated.
Let's see if it helps...