@eui/tools 6.21.80 → 6.21.81
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/.version.properties
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.21.
|
|
1
|
+
6.21.81
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## 6.21.81 (2025-05-22)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* revert debug of translations - EUI-10199 [EUI-10199](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([18fdb281](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/18fdb28141e11a1e1cffd7baffc54dc58d56c3dc))
|
|
7
|
+
|
|
8
|
+
* * *
|
|
9
|
+
* * *
|
|
1
10
|
## 6.21.80 (2025-05-22)
|
|
2
11
|
|
|
3
12
|
##### Chores
|
package/package.json
CHANGED
|
@@ -101,16 +101,14 @@ module.exports.generate = (inputScopes = 'opsys,cc,mywp,sygma,gem,cotg,eac', pro
|
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
console.log(JSON.stringify(translations, null, 2));
|
|
105
|
-
|
|
106
104
|
tools.logSuccess('Translation for lang ' + lang + ' done.');
|
|
107
105
|
});
|
|
108
106
|
|
|
109
107
|
tools.logSuccess('All translations files generated.');
|
|
110
108
|
|
|
111
|
-
tools.logTitle('Post-build assets i18n-compiled folder content:');
|
|
112
|
-
const i18nfiles = tools.getFiles(destFolder);
|
|
113
|
-
console.log(i18nfiles);
|
|
109
|
+
// tools.logTitle('Post-build assets i18n-compiled folder content:');
|
|
110
|
+
// const i18nfiles = tools.getFiles(destFolder);
|
|
111
|
+
// console.log(i18nfiles);
|
|
114
112
|
|
|
115
113
|
|
|
116
114
|
function addTranslation(file, lang) {
|