#4661 closed Bug (fixed)
Translation missing in link dialog
Reported by: | Martin | Owned by: | Minh Nguyen |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | UI : Language | Version: | 3.0.1 |
Keywords: | Confirmed Review+ | Cc: |
Description ¶
On line 302 in _source/plugins/link/dialogs/link.js there is missing av translation key.
(The text "other" should be possible to translate)
id : 'protocol', type : 'select', label : editor.lang.common.protocol, 'default' : 'http://', style : 'width : 100%;', items : [ 'http://' ], [ 'https://' ], [ 'ftp://' ], [ 'news://' ], [ '<other>', '' ] ],

Change History (7)
comment:1 Changed 15 years ago by
Keywords: | Confirmed added |
---|---|
Milestone: | → CKEditor 3.2 |
comment:2 Changed 15 years ago by
Milestone: | CKEditor 3.2 → CKEditor 3.3 |
---|
Changed 15 years ago by
Attachment: | 4661.patch added |
---|
comment:3 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Minh Nguyen |
Status: | new → assigned |
comment:4 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:5 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |

Fixed with #5222.