I found a Japanese related bug in /cake/libs/i10n.php.
When we use Japanese language in Safari(or webkit) browse, we can't
see texts in Japanese even though we can see Japanese texts in Firefox
or Internet Explorer.
Adding following line to RC3 version of CakePHP line 271 will fix this
problem.
==
'ja-jp' => array('language' => 'Japanese', 'locale' => 'jpn',
'localeFallback' => 'jpn', 'charset' => 'utf-8'),
==
(now, only 'ja' entry exists in $__l10nCatalog array)
In addition, I think that implementing explode("-", $language) at
__setLanguage is to consider.
Best Regards,
Shota Watanabe
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---
No comments:
Post a Comment