rerobe-js-orm 3.4.4 → 3.4.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/helpers/Utilities.js
CHANGED
|
@@ -185,6 +185,14 @@ class Utilities {
|
|
|
185
185
|
'Suit Jacket': '',
|
|
186
186
|
'Shirts & Blouses': '',
|
|
187
187
|
Outerwear: '',
|
|
188
|
+
Klänningar: 'Klänning',
|
|
189
|
+
Kavajer: 'Kavaj',
|
|
190
|
+
Ytterplagg: '',
|
|
191
|
+
Klockor: 'Klocka',
|
|
192
|
+
Träning: '',
|
|
193
|
+
'Skjortor & Blusar': '',
|
|
194
|
+
Kjolar: 'Kjol',
|
|
195
|
+
Toppar: 'Topp',
|
|
188
196
|
// ... potentially more irregulars
|
|
189
197
|
};
|
|
190
198
|
if (irregulars.hasOwnProperty(word)) {
|