Ticket #558 (closed defect: fixed)
translation competude
| Reported by: | guillaumed | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | Version 1.0 |
| Component: | Language | Version: | trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Seems that links and image title are not translated.
This can be fixed just by adding "a" and "img" in popups.js type :
... function dlg_translate(context) {
var types = ["input", "select", "legend", "span", "option", "td", "button", "div", "label", "a", "img"];
...
try and tested for InsertPicture? plugin
Change History
Note: See
TracTickets for help on using
tickets.
