Create your own language setup

4 posts / 0 new
Letzter Beitrag
Reyes
Offline
Last seen: vor 9 Jahre 7 Monate
Joined: 24/09/2014 - 08:56
Create your own language setup

how do i start, i want to create a Danish port for katak

Tomark
Offline
Last seen: vor 12 Monate 3 Tage
Joined: 14/01/2013 - 16:00

Great! A Danish translation would be super.

You should do so:
1) Download the current source codes from this site or from Git: https://github.com/Tomark/Katak/.
2) Copy file /i18n/templates/i18n.pot to /i18n/templates/da_DK.po (da_DK is the language code for Danish).
3) Translate the strings labeled msgid, writing the translations on the lines labeled msgstr. You can use a normal edit program, or something dedicated like Poedit (http://poedit.net/). Use UTF-8 encoding.
4) At this point, you should compile (using Poedit) your file obtaining a da_DK.mo file, create the appropriate directory /i18n/da_DK/LC_MESSAGES and place there the file renaming it messages.mo. Then you have to modify the file /include/class.i18n.php, adding your language.
But you can simply send the raw translated file to us (info@katak-support.com) and we'll provide to add the language to the Katak-support program. You can also send a pull request on GitHub. The translation will be published under the Apache and GPL Licenses.

A tip: in a few weeks the new version will be released, perhaps it is better to wait a little and begin the translation of the new one!

We are always happy to assist if you need help.

The Katak-support Team

sami
Offline
Last seen: vor 9 Jahre 6 Monate
Joined: 12/10/2014 - 17:27

Hi,

Do you have any support for RTL (Hebrew, Arabic) languages?

TIA

Tomark
Offline
Last seen: vor 12 Monate 3 Tage
Joined: 14/01/2013 - 16:00

Not yet.
If you are able to give technical advice on this topic, you are welcome.