codeplay-common 3.2.10 → 3.2.11

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.
@@ -1968,6 +1968,9 @@ ${oldLocalizationFiles.map(f => " - " + f).join("\n")}
1968
1968
  src/js/localization/localization_settings-1.1.js
1969
1969
  src/js/localization/localization-x.x/index.js
1970
1970
 
1971
+ in vite.config.json
1972
+ '@translate': path.resolve(__dirname, './src/js/localization/localization-x.x'),
1973
+
1971
1974
  ❌ Build stopped.
1972
1975
  `);
1973
1976
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeplay-common",
3
- "version": "3.2.10",
3
+ "version": "3.2.11",
4
4
  "description": "Common build scripts and files",
5
5
  "scripts": {
6
6
  "postinstall": "node scripts/sync-files.js",