Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0.

The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Question why backend can't pickup my Chinese translation?

More
17 years 4 months ago #1722 by baijianpeng
I made a Chinese language translation for Kunena 1.0.7b based on the Chinese language file for FireBoard 1.0.5RC2 which was also made by me. Then I uploaded this new language file to the language folder of Kunena.

I can see that the frontend of Kunena had adopted my Chinese translation. But the backend of Kunena still show me English interface.

Why the backend of Kunena can't pickup my Chinese language translations? Those backend language strings are stored in the same single language file where frontend strings are also stored.

If this is a bug, please fix it soon.

Thanks.

www.joomlagate.com/

Chinese Joomla Users' Portal

Please Log in or Create an account to join the conversation.

More
17 years 4 months ago #1767 by johnnydement
We're working on it, right now, backend can't be translated :(

Please Log in or Create an account to join the conversation.

More
17 years 4 months ago - 17 years 4 months ago #1802 by Matias
This one has already been fixed for 1.0.8.
Last edit: 17 years 4 months ago by Matias.

Please Log in or Create an account to join the conversation.

More
17 years 4 months ago - 17 years 4 months ago #1812 by MartijnM
In admin.kunena.php a point is missing:
.....
Code:
language/kunena' . $mainframe->getCfg('lang')
...... must be
.....
Code:
language/kunena.' . $mainframe->getCfg('lang')
......, twice
Last edit: 17 years 4 months ago by MartijnM.

Please Log in or Create an account to join the conversation.

More
17 years 4 months ago #1833 by BLaCKie_MoRGaN
Please code your code... it show smilies instead of code. ;)

Please Log in or Create an account to join the conversation.

More
17 years 4 months ago #1932 by baijianpeng
MartijnM wrote:

In admin.kunena.php a point is missing:
.....

Code:
language/kunena' . $mainframe->getCfg('lang')
...... must be
.....
Code:
language/kunena.' . $mainframe->getCfg('lang')
......, twice


Thank you very much! Your code worked very well!

www.joomlagate.com/

Chinese Joomla Users' Portal

Please Log in or Create an account to join the conversation.

Time to create page: 0.242 seconds