@bigbinary/neeto-commons-frontend 3.0.4 → 3.0.5
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/initializers.cjs.js +1 -0
- package/initializers.cjs.js.map +1 -1
- package/initializers.js +1 -0
- package/initializers.js.map +1 -1
- package/package.json +3 -2
- package/src/translations/en.json +100 -0
package/initializers.cjs.js
CHANGED
|
@@ -2580,6 +2580,7 @@ var initializeI18n = function initializeI18n(hostTranslations) {
|
|
|
2580
2580
|
var newValue = value;
|
|
2581
2581
|
if (_format === "boldList") {
|
|
2582
2582
|
newValue = boldListFormatter(newValue, lng, options);
|
|
2583
|
+
return newValue;
|
|
2583
2584
|
}
|
|
2584
2585
|
return lowerCaseDynamicTextFormatter(newValue, _format);
|
|
2585
2586
|
}
|