@bigbinary/neeto-commons-frontend 2.0.85 → 2.0.86
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 -1
- package/initializers.cjs.js.map +1 -1
- package/initializers.js +1 -1
- package/initializers.js.map +1 -1
- package/package.json +1 -1
package/initializers.js
CHANGED
|
@@ -2223,7 +2223,7 @@ var commonsEn = {
|
|
|
2223
2223
|
neetoCommons: neetoCommons
|
|
2224
2224
|
};
|
|
2225
2225
|
|
|
2226
|
-
var packageNames = ["neeto-molecules", "neeto-team-members-frontend"];
|
|
2226
|
+
var packageNames = ["neeto-molecules", "neeto-team-members-frontend", "neeto-tags-frontend"];
|
|
2227
2227
|
var getPackageTranslations = function getPackageTranslations(language, packageNames) {
|
|
2228
2228
|
var loadTranslations = curry(function (language, packageName) {
|
|
2229
2229
|
try {
|