Skip to content

v0.2.54..v0.2.55 changeset etds70.js

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/translations/etds70.js b/translations/etds70.js
index 2f62fd4..ae15d46 100644
--- a/translations/etds70.js
+++ b/translations/etds70.js
@@ -5,7 +5,7 @@
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation, either version 3 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -79,7 +79,7 @@ etds70 = {
                 }
 
                 // Apply the English one2one rules
-                translate.applyOne2One(tdsData[fNum]['attrs'], eAttrs, etds70.rules.engEnum, {'k':'v'});
+                translate.applyOne2One(tdsData[fNum]['attrs'], eAttrs, etds70.rules.engEnum, {'k':'v'},[]);
 
                 // Find an FCODE
                 if (tFCODE in etds70.rules.fcodeLookup)
@@ -108,4 +108,4 @@ etds70 = {
         return {attrs: eAttrs, tableName: ''};
     } // End of toEnglish
 
-} // End of etds70
\ No newline at end of file
+} // End of etds70
Clone this wiki locally