Hello all,
I am tryring to run latest cakephp 1.2.0.5427alpha with some basic
language translation: I like to have the core messages be in German. I
saw in SVN for this release all other languages were removed but
English. The language files moved to cakeforge, which may be nice
idea. Unfortunately in the mentioned cakeforge project no files have
been released so far ;(
I searched through the bakery and FAQ of this group, changed some code
of mine, but it runs only partially. Doing a lets say private
translation table with app/locale/deu/LC_MESSAGES/default.po works
fine after assigning the language in bootstrap.php.
$language = 'deu';
Configure::write('Config.language', $language);
Grabbing from SVN (version before the languages were removed) the
german core.po does not work. I put it in app/locale/deu/core.po but
still all core messages are in english. What is wrong? What do I need
to do?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---