Re: i18n / l10n Problem with Cake 1.3

2010-05-13 Thread nils
Miles, thanks a bunch, that was it. Damn, I lost a whole day on that.. Documentation should really be improved here! :/ I'll be heading over to book.cakephp.org right away and add that to the i18n section as a comment.. Have a good one! nils On May 12, 7:16 pm, Miles J

i18n / l10n Problem with Cake 1.3

2010-05-12 Thread nils
Hi all, ok, I got: - Configure::write('Config.language', 'ger'); in bootstrap (tried core, too!) - C:\stuff\xampp\htdocs\caketest\app\locale\ger\LC_MESSAGES \default.po in place (pot created with cake i18n, renamed to .po) - ?php __('Title'); ? in my ctp ..and it still doesn't work! Drives me

Re: i18n / l10n Problem with Cake 1.3

2010-05-12 Thread John Andersen
Check that your directory names and file names are in the expected case (upper/lower)! Ensure that CakePHP have read access to the directories! Hope this helps you, John On May 12, 5:35 pm, nils nils.th...@gmail.com wrote: Hi all, ok, I got: - Configure::write('Config.language', 'ger');

Re: i18n / l10n Problem with Cake 1.3

2010-05-12 Thread Miles J
If you want German, its deu and not ger. I ran into this problem also. On May 12, 8:53 am, John Andersen j.andersen...@gmail.com wrote: Check that your directory names and file names are in the expected case (upper/lower)! Ensure that CakePHP have read access to the directories! Hope this