codeplay-common 3.2.9 → 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.
|
@@ -1966,7 +1966,10 @@ ${oldLocalizationFiles.map(f => " - " + f).join("\n")}
|
|
|
1966
1966
|
|
|
1967
1967
|
NEW:
|
|
1968
1968
|
src/js/localization/localization_settings-1.1.js
|
|
1969
|
-
src/js/localization/localization-x.x/
|
|
1969
|
+
src/js/localization/localization-x.x/index.js
|
|
1970
|
+
|
|
1971
|
+
in vite.config.json
|
|
1972
|
+
'@translate': path.resolve(__dirname, './src/js/localization/localization-x.x'),
|
|
1970
1973
|
|
|
1971
1974
|
❌ Build stopped.
|
|
1972
1975
|
`);
|
|
@@ -2033,7 +2036,7 @@ Expected:
|
|
|
2033
2036
|
|
|
2034
2037
|
⚠️ Example:
|
|
2035
2038
|
|
|
2036
|
-
src/js/localization/localization-
|
|
2039
|
+
src/js/localization/localization-x.x/index.js
|
|
2037
2040
|
|
|
2038
2041
|
❌ Build stopped.
|
|
2039
2042
|
`);
|
|
@@ -2,17 +2,18 @@
|
|
|
2
2
|
"plugins":[
|
|
3
3
|
{"name":"backbutton","pattern":"backbutton-(\\d+\\.\\d+)\\.js$","minVersion":"2.1","baseDir":"js","mandatoryUpdate":true},
|
|
4
4
|
{"name":"common-js","pattern":"common-(\\d+\\.\\d+)(?:-beta-(\\d+))?\\.js$","minVersion":"6.2","baseDir":"js","mandatoryUpdate":true},
|
|
5
|
-
|
|
6
|
-
{"name":"localization","pattern":"localization-(\\d+\\.\\d+)\\.js$","minVersion":"1.5","baseDir":"js","mandatoryUpdate":true},
|
|
5
|
+
|
|
7
6
|
{"name":"admob-emi","pattern":"Ads[\\\\/]admob-emi-(\\d+\\.\\d+)\\.js$","minVersion":"4.1","baseDir":"js","mandatoryUpdate":true},
|
|
8
7
|
{"name":"video-player","pattern":"video-player-(\\d+\\.\\d+)\\.js$","minVersion":"1.6","baseDir":"js","mandatoryUpdate":true},
|
|
9
8
|
{"name":"image-cropper","pattern":"image-cropper-(\\d+\\.\\d+)\\.js$","minVersion":"1.1","baseDir":"js","mandatoryUpdate":true},
|
|
10
|
-
|
|
11
9
|
{"name":"beautify","pattern":"beautify-(\\d+\\.\\d+)\\.js$","minVersion":"1.1","baseDir":"js","mandatoryUpdate":true},
|
|
12
10
|
|
|
13
11
|
|
|
14
|
-
{"name":"
|
|
12
|
+
{"name":"localization","pattern":"localization-(\\d+\\.\\d+)$","minVersion":"1.8","baseDir":"js/localization","mandatoryUpdate":true,"isFolder":true},
|
|
13
|
+
{"name": "localization_settings","pattern": "localization_settings-(\\d+\\.\\d+)\\.js$","minVersion": "1.1","required": true,"baseDir": "js/localization","mandatoryUpdate": true},
|
|
15
14
|
|
|
15
|
+
|
|
16
|
+
{"name":"editor","pattern":"editor-(\\d+\\.\\d+)$","minVersion":"2.0","baseDir":"js/editor","mandatoryUpdate":true,"isFolder":true},
|
|
16
17
|
{"name":"ffmpeg","pattern":"ffmpeg-(\\d+\\.\\d+)$","minVersion":"1.6","baseDir":"js","mandatoryUpdate":true,"isFolder":true},
|
|
17
18
|
{"name":"theme","pattern":"theme-(\\d+\\.\\d+)$","minVersion":"3.5","baseDir":"theme","destDir":"theme","mandatoryUpdate":true,"isFolder":true},
|
|
18
19
|
{"name":"certificatejs","pattern":"certificatejs-(\\d+\\.\\d+)$","minVersion":"1.9","baseDir":"certificate","destDir":"certificate","mandatoryUpdate":true,"isFolder":true},
|