Hey,
How do a make the Calendar show in other Languages? I need it in Brazilian Portuguese, do I need to edit something in the code, or to make a .po file, or what?
Hey,
How do a make the Calendar show in other Languages? I need it in Brazilian Portuguese, do I need to edit something in the code, or to make a .po file, or what?
Comments
Comment #1
skilip commentedHi,
I've just released a new version (Drupal 5.2 & Drupal 6.2) in which I've enclosed all strings with drupal's t() function so everything is translatable now. Go to admin/build/translate/search to translate your strings.
For Drupal 6 I've also included the .pot file with all strings. With this file you can create your Brazilian Portuguese translation file. I'd appreciate it if you'd sent me your translation, so I can include it in a next release.
Cheers!
Comment #2
skilip commented