Ticket #397 (closed defect: fixed)
NO Lang file and slight modification for plugin : Equation
| Reported by: | Kim Steinhaug | Owned by: | akaEdge |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Documentation | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I expanded the translation by adding the translating to the popup, so this file needs to be changed : Equation/popups/operations.html
Om line 22, this piece of code :
function Init() {
window.resizeTo(190, 225);
var selected_op="none";
};
Needs to be altered to :
function Init() {
window.resizeTo(190, 225);
__dlg_translate('Equation');
var selected_op="none";
};
Attached is the NO lang file in UTF-8, the German and French file has also been updated with the new fields, however not translated - but the files are atleast correct now.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
