On Fri, Mar 28, 2008 at 6:49 PM, Aaron Shafovaloff <[EMAIL PROTECTED]> wrote:
>
>  For some reason my app will read and use for translation:
>
>  locale/eng/eng.po
>
>  but not
>
>
>  locale/eng/LC_MESSAGES/default.po
>

Strange. What version are you running? It's as if i18n.php isn't
setting the domain and category correctly. I wonder if this fix would
help:

http://groups.google.com/group/cake-php/browse_frm/thread/889295952424caf9

FWIW, i'm running cake_1.2.x.x_6590 which is a pretty fresh version
(beware). I made Claudia's suggested change (above) and also modified
l10n.php by adding 'en' => 'en' to its $__l10nMap because it wrongly
depends on the 3-character language code (if a 2-char code is
available that one should be used, according to the spec). I should
probably submit this to Trac.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to