[Tickets #5638] Accented letters doesn't show in spellcheck link
bugs at bugs.horde.org
bugs at bugs.horde.org
Thu Aug 16 09:18:47 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=5638
-----------------------------------------------------------------------
Ticket | 5638
Created By | gb at atomas.com
Summary | Accented letters doesn't show in spellcheck link
Queue | IMP
Version | HEAD
Type | Bug
State | Unconfirmed
Priority | 1. Low
Owners |
-----------------------------------------------------------------------
gb at atomas.com (2007-08-16 02:18) wrote:
In imp/lib/UI/Compose.php, _("Check Spelling") get translated in french by
"Vérifier l'orthographe" but it get truncated to "V" (because of the e
acute accent.
_("Resume Editing") is translated by "Reprendre l'édition", but only
"Reprendre l'" shows up.
Source code of the generated HTML page:
var SpellCheckerObject; Event.observe(window, "load", function() {
SpellCheckerObject = new
SpellChecker("/imp/imple.php?imple=SpellChecker/input=message", "message",
"spellcheck", {"CheckSpelling":"<img src=\"\" alt=\"\" title=\"\" \/><br
\/>V","Checking":"<img src=\"\" alt=\"\" title=\"\" \/><br
\/>V","ResumeEdit":"<img src=\"\" alt=\"\" title=\"\" \/><br \/>Reprendre
l'","Error":"<img src=\"\" alt=\"\" title=\"\" \/><br \/>"},
{"cs_CZ":"Czech
(Česky)","da_DK":"Dansk","de_DE":"Deutsch","en_US":"English
(American)","en_GB":"English (British)","en_CA":"English
(Canadian)","es_ES":"Español","fr_FR":"Français","el_GR":"Greek
(Ελληνικά)","it_IT":"Italiano","nl_NL":"Nederlands","pl_PL":"Polski","pt_PT":"Português","pt_BR":"Português
Brasileiro","ru_RU":"Russian
(Русский)","sl_SI":"Slovenian
(Slovenščina)","sv_SE":"Svenska"}, 'widget'); } );
More information about the bugs
mailing list