-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.54..v0.2.55 changeset eggdm30.js
Garret Voltz edited this page Aug 14, 2020
·
1 revision
diff --git a/translations/eggdm30.js b/translations/eggdm30.js
index 54453ef..2f08bcc 100644
--- a/translations/eggdm30.js
+++ b/translations/eggdm30.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
@@ -78,7 +78,7 @@ eggdm30 = {
}
// Apply the English one2one rules
- translate.applyOne2One(tdsData[fNum]['attrs'], eAttrs, eggdm30.rules.engEnum, {'k':'v'});
+ translate.applyOne2One(tdsData[fNum]['attrs'], eAttrs, eggdm30.rules.engEnum, {'k':'v'},[]);
// Find an FCODE
if (tFCODE in eggdm30.rules.fcodeLookup)
@@ -107,4 +107,4 @@ eggdm30 = {
return {attrs: eAttrs, tableName: ''};
} // End of toEnglish
-} // End of eggdm30
\ No newline at end of file
+} // End of eggdm30