I'm experimenting with the localization module, and I wonder whether there is a way to add custom text, such that e.g. menu items I added are correctly translated to the user's chosen language.
Thanks, Stefan
On 9/6/07, Stefan Seefeld seefeld@sympatico.ca wrote:
I'm experimenting with the localization module, and I wonder whether there is a way to add custom text, such that e.g. menu items I added are correctly translated to the user's chosen language.
Thanks, Stefan
You mean the core "locale" module in Drupal 5? No, unfortunately it translates only strings which appear in the code, not new strings stored in the database.
That will probably change in future versions.