[xwiki-users] XWiki used in South Korea?
Hi, Is there somebody using the south-korean language for XWiki? We need it for a international website, and we wonder how mature the xwiki internationalization is? What do we need to consider in our configuration if we want to use languages like japanese, korean, arabic (If existing) Database configuartion, etcetera... Gerritjan
We have some russian, macedonian, czech and chinese on i2geo.net We had several issues at the beginning which were mostly related to the DB. The default configuration was still using an iso-8859-15 encoding (iso-8859-1 + euro). Changing the default encoding of the MySQL was not enough, we had to change the default collation (all unicode something). Supplementary to this everything web should, of course, be utf-8. Some defaults still remain here and there to use the java default charset... changing the sys-prop for charset is a good practice I think. The storage issue was the real problem because you do not realize it right away: the hibernate cache is fully unicode aware. It's only after you return from the DB back into java. But we had no Korean around. paul Le 1 juil. 2011 à 15:55, Gerritjan Koekkoek a écrit :
Hi,
Is there somebody using the south-korean language for XWiki? We need it for a international website, and we wonder how mature the xwiki internationalization is?
What do we need to consider in our configuration if we want to use languages like japanese, korean, arabic (If existing) Database configuartion, etcetera...
Gerritjan _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
On 07/01/2011 09:55 AM, Gerritjan Koekkoek wrote:
Hi,
Is there somebody using the south-korean language for XWiki? We need it for a international website, and we wonder how mature the xwiki internationalization is?
What do we need to consider in our configuration if we want to use languages like japanese, korean, arabic (If existing) Database configuartion, etcetera...
Gerritjan
There are 1520 empty translations (out of 3392) according to http://l10n.xwiki.org/xwiki/bin/XE/XWikiCoreResources?language=ko but that doesn't say how well the wiki behaves, since a lot of the translation keys are not actually used or are rarely seen. You can contribute missing translations on http://l10n.xwiki.org/ -- Sergiu Dumitriu http://purl.org/net/sergiu/
participants (3)
-
Gerritjan Koekkoek -
Paul Libbrecht -
Sergiu Dumitriu