[i18n] Problems with charsets
Alfonso Marín Marín
almarin at um.es
Fri Dec 7 10:26:31 UTC 2007
Hello all!
I'm using Spanish translation (es_ES), and when in
templates/groups/delete.inc, line 10 uses:
<input type="submit" class="button" name="confirm" value="<?php echo
_("Delete") ?>" />
i get:
<input type="submit" class="button" name="confirm" value=" Eliminar " />
Look at those spaces! ¿Why? That causes a malfunction on group delete (in english it works fine, because i get Delete, not Delete )
In es_ES.po: line 2227
msgid "Delete"
msgstr "Eliminar"
There are no spaces.... ¿Local problem or maybe a es_ES compilation problem?
Regards.
Alfonso.
More information about the i18n
mailing list