Thank you very much.
This problem was solved. ;)
Thanks again
On 9 out, 10:45, Simonas Juodelis <[EMAIL PROTECTED]> wrote:
> I don't know if this have changed in recent vesions (I use older one -
> 1663), but when I need to translate some application to another language
> I do this way ( for exa
I don't know if this have changed in recent vesions (I use older one -
1663), but when I need to translate some application to another language
I do this way ( for example for my (lithuanian) language):
create directory cake/app/locale/lit/LC_MESSAGES/
put here file "default.po"
contents of this
Hi,
I didn't define translation of months. How can I do that?
I've just created the two directories: cake\myappdir\locale\pt_br
I don't know what I have to write in this file (default.po).
On 9 out, 09:41, Simonas Juodelis <[EMAIL PROTECTED]> wrote:
> I see that months are defined in forms he
I see that months are defined in forms helper, on line 01658
(http://api.cakephp.org/1.2/form_8php-source.html#l01658) and it should
be translated.
Have you defined translation of months in your language translation
(*.po) files?
br,
Simonas,
Fernando Mendonça wrote:
> Hello
>
> I'm using cake
Hello
I'm using cakephp cake_1.2.0.7296-rc2
This version is not the newest?
Thanks
On 9 out, 08:27, Simonas Juodelis <[EMAIL PROTECTED]> wrote:
> Hi,
>
> what version on CakePHP you are using? I'm asking, because months were
> translated into other languages only in recent versions. Probably
Hi,
what version on CakePHP you are using? I'm asking, because months were
translated into other languages only in recent versions. Probably you
are using old version. Please try downloading newest version of CakePHP.
br,
Simonas.
Fernando Mendonça wrote:
> Hello everybody,
>
> I'm trying to c
Hello everybody,
I'm trying to change the values of my date´s SELECT but it's not
working. I need the values like "January", "February" appears in
Portuguese in to SELECT. I already put "setlocale(LC_ALL,
"pt_BR.utf-8"); " in my "bootstrasp.php" in the application directory
(myapplication/config/