Language

3 posts / 0 new
Last post
leon
Offline
Last seen: 10 years 5 months ago
Joined: 16/10/2013 - 01:32
Language

Just installed v0.9.2. Since my language (Dutch) was not included I created the language files myself, but I could not get them to work.

Now I reverted all changes I made, and it looks like 'Staff Language' and 'Client Language' in the 'Staff panel' do not seem to work? When I change it to German for example, language stays English.

Is this a bug or am I doing something wrong?

leon
Offline
Last seen: 10 years 5 months ago
Joined: 16/10/2013 - 01:32

Already found it.. Had to add the locale to my system ( locale-gen nl_NL.UTF-8 ).

After that, added files:
i18n/nl_NL/LC_MESSAGES/messages.mo
i18n/templates/nl_NL.po

And edited:
include/class.i18n.php
Added:
$langs[] = new i18n("nl_NL", "Nederlands");

Works... :-)

Can't add the language files here it seems, but if anyone wants the language files just let me know...

Tomark
Offline
Last seen: 11 months 1 week ago
Joined: 14/01/2013 - 16:00

Perfect, you were faster than me to respond. If you want, you can send the Dutch translation to info (at) katak-support.com.
We would be very happy to add it to KataK!
But beware: the 1.0.0 version will come out soon, and all translations need to be updated!