Ticket #397 (closed defect: fixed)

Opened 7 years ago

Last modified 7 years ago

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

no.js (274 bytes) - added by kim@… 7 years ago.
NO Lang file UTF-8
de.js (0.5 kB) - added by kim@… 7 years ago.
Updated DE file with new strings
fr.js (207 bytes) - added by kim@… 7 years ago.
Updated FR file with new strings

Change History

Changed 7 years ago by kim@…

NO Lang file UTF-8

Changed 7 years ago by kim@…

Updated DE file with new strings

Changed 7 years ago by kim@…

Updated FR file with new strings

Changed 7 years ago by gocher

  • status changed from new to closed
  • resolution set to fixed

fixed in Changeset 276

Note: See TracTickets for help on using tickets.