Translate Kalkun to your own language
I’m really glad to announce you that Kalkun now “almost” fully support for translation. Currently, there are 4 language available, but not all of them 100% complete, there are English (default languange) and Bahasa maintained by myself, Czech by Michal Čihař, and Portuguese by Joao Barros.
So, now is your chance to make Kalkun “speak” your own language, it’s really easy.
Get the latest source code for english translation here:
http://github.com/back2arie/Kalkun/blob/master/application/language/english/kalkun_lang.php
You should see PHP variables like this one:
$lang['kalkun_title'] = "Kalkun: Web based SMS Management"; $lang['kalkun_dashboard'] = "Dashboard"; $lang['kalkun_folder'] = "Folders"; $lang['kalkun_myfolder'] = "My Folders";
Change the string based on your language, e.g. Bahasa should be like this:
$lang['kalkun_title'] = "Kalkun: Manajemen SMS Berbasis Web"; $lang['kalkun_dashboard'] = "Dasbor"; $lang['kalkun_folder'] = "Berkas"; $lang['kalkun_myfolder'] = "Berkas Pribadi";
And so on, make sure you replace all variables value to your language, currently there’s about 240 lines in there.
Last, send your modified file to me blackarazi<at>gmail.com.
That’s it!

Recent Comments