Hi there, I found this great work a few days ago, and I wanna I can share it with my friends which they do not good at reading English. Is it possible to add multi language support in admin dashboard ui? Somthing like .po/.mo/.pot so I can translate it into some other language and the translation can be packaged into next release. Anyway, just want to tell you developers are doing a great job here.
Yes, this is built into Lilina. I haven't yet gotten a .pot file up, but if your translator supports it, let it scan the files with "_e" and "_r" for the keywords.
Once you've generated a .mo file, put that into /content/locales/ and it should appear as an option in the admin panel settings.
Well, I am trying to make a .pot file from the nightly build(lilina-2009-01-24). But under WinXP my xgettext in GnuWin32 does not have a correct output. Maybe I could only translate the file manually :-((.
Thanks a lot, I have already made a Chinese translation of Lilina. But after I put it into /content/locales/, the option of changing language does not show in the Viewing Settings. I am trying to re-install it. And by the way, do the .mo file has any rules of naming? like en.mo, zh_cn.mo,jp.mo...?
OK, thanks. I've now fixed all the issues surrounding translation as of r318, so the next nightly build should have it all fixed. I've also confirmed that your translation works correctly (although some strings aren't translated).
Oh, nice work. Since I was not sure my translation have worked correctly, I didn't have a fully check with the uncertain strings. Now I will finish them all.
One thing on the pot file, there's a duplicate of "No feed id or url is specified" and " no url or feed id is specified" which seems should be combined into one string. and apparently there's a few strings aren't included yet :)