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