When i try to install my webside with danish there is an error:
I have downloade v 7.9 and language file for 7.9 and placede the language file in profiles/standard/translations/da.po
and the uploaded it all to my server and when it try to import translations it take long and then it stops with this error:
I just set up my site to be multilengual with the modules i18n, l10n_updatey variable, everything is configure right but, I need some help with the block that comes from that system called Language switcher (User interface text), that is issued for the user to change the language of the site but, the problem is that I wanto to put it as a List-Box with the flag as an image + the name of the language as text.
I have installed the simplenews (6.x-1.3) module. There's a nl.po file available for Dutch translation. This file contains both English and Dutch lines. Everything has been set up to support both English and Dutch newsletters. There's a Simplenews block for each language. They're in the same region but only one block is showing at a time because of the language settings. That's all good.
A user/customer asked for a change in the French wording of a given error message (when login fails in a certain way).
I found quite easily that string in drupal-7.2.fr.po and changed it.
Now the message on the login screen remains the same. I'm not completely surprised because I guess the key/value pairs of the po file must be kept in memory somewhere.
How to clear this "cache" so that the updated message is read from the .po file ?
The site is on a shared hosting so a full restart of Apache is probably not an option.