@cfxjs/sirius-next-i18n 0.1.18 → 0.1.19
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/.turbo/turbo-build.log +1 -1
- package/cspace/en/translation.json +1 -1
- package/cspace/zh_cn/translation.json +1 -1
- package/dist/cspace/en/translation.json +1 -1
- package/dist/evm/base/en/translation.json +1 -1
- package/evm/base/en/translation.json +1 -1
- package/evm/base/zh_cn/translation.json +1 -1
- package/package.json +8 -8
- package/dist/cspace/zh_cn/index.d.ts +0 -2
- package/dist/cspace/zh_cn/index.d.ts.map +0 -1
- package/dist/cspace/zh_cn/index.js +0 -14
- package/dist/cspace/zh_cn/translation.json +0 -2369
- package/dist/cspace/zh_cn/translationForDotNet.json +0 -2289
- package/node_modules/@cfxjs/sirius-next-eslint-config/README.md +0 -3
- package/node_modules/@cfxjs/sirius-next-eslint-config/library.js +0 -34
- package/node_modules/@cfxjs/sirius-next-eslint-config/package.json +0 -18
- package/node_modules/@cfxjs/sirius-next-eslint-config/react-internal.js +0 -43
- package/node_modules/@cfxjs/sirius-next-typescript-config/base.json +0 -20
- package/node_modules/@cfxjs/sirius-next-typescript-config/package.json +0 -9
- package/node_modules/@cfxjs/sirius-next-typescript-config/react-library.json +0 -8
- package/node_modules/@turbo/gen/LICENSE +0 -373
- package/node_modules/@turbo/gen/README.md +0 -38
- package/node_modules/@turbo/gen/dist/cli.d.ts +0 -1
- package/node_modules/@turbo/gen/dist/cli.js +0 -127
- package/node_modules/@turbo/gen/dist/templates/simple-js/config.js +0 -43
- package/node_modules/@turbo/gen/dist/templates/simple-js/templates/turborepo-generators.hbs +0 -5
- package/node_modules/@turbo/gen/dist/templates/simple-ts/config.ts +0 -45
- package/node_modules/@turbo/gen/dist/templates/simple-ts/templates/turborepo-generators.hbs +0 -5
- package/node_modules/@turbo/gen/dist/types.d.ts +0 -2
- package/node_modules/@turbo/gen/dist/types.js +0 -1
- package/node_modules/@turbo/gen/package.json +0 -57
package/.turbo/turbo-build.log
CHANGED
|
@@ -628,7 +628,7 @@
|
|
|
628
628
|
"oldest": "Oldest"
|
|
629
629
|
},
|
|
630
630
|
"highcharts": {
|
|
631
|
-
"subtitle": "Source: confluxscan.
|
|
631
|
+
"subtitle": "Source: confluxscan.org<br/>Click and drag in the plot area to zoom in",
|
|
632
632
|
"preview": {
|
|
633
633
|
"title": "Charts",
|
|
634
634
|
"subtitle": " A collection of charts on the Conflux Chain (click on View Details for a zoomed view)",
|
|
@@ -628,7 +628,7 @@
|
|
|
628
628
|
"oldest": "Oldest"
|
|
629
629
|
},
|
|
630
630
|
"highcharts": {
|
|
631
|
-
"subtitle": "Source: confluxscan.
|
|
631
|
+
"subtitle": "Source: confluxscan.org<br/>Click and drag in the plot area to zoom in",
|
|
632
632
|
"preview": {
|
|
633
633
|
"title": "Charts",
|
|
634
634
|
"subtitle": " A collection of charts on the Conflux Chain (click on View Details for a zoomed view)",
|
|
@@ -627,7 +627,7 @@
|
|
|
627
627
|
"active-accounts": "Active Accounts",
|
|
628
628
|
"contracts": "Contracts Statistics"
|
|
629
629
|
},
|
|
630
|
-
"subtitle": "Source: ConfluxScan.
|
|
630
|
+
"subtitle": "Source: ConfluxScan.org<br/>Click and drag in the plot area to zoom in",
|
|
631
631
|
"averageBlockTime": {
|
|
632
632
|
"title": "Average Block Time",
|
|
633
633
|
"subtitle": "The time required to generate a block.",
|
|
@@ -627,7 +627,7 @@
|
|
|
627
627
|
"active-accounts": "Active Accounts",
|
|
628
628
|
"contracts": "Contracts Statistics"
|
|
629
629
|
},
|
|
630
|
-
"subtitle": "Source: ConfluxScan.
|
|
630
|
+
"subtitle": "Source: ConfluxScan.org<br/>Click and drag in the plot area to zoom in",
|
|
631
631
|
"averageBlockTime": {
|
|
632
632
|
"title": "Average Block Time",
|
|
633
633
|
"subtitle": "The time required to generate a block.",
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cfxjs/sirius-next-i18n",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.19",
|
|
4
4
|
"files": [
|
|
5
5
|
"*/**"
|
|
6
6
|
],
|
|
7
|
+
"scripts": {
|
|
8
|
+
"build": "tsc"
|
|
9
|
+
},
|
|
7
10
|
"devDependencies": {
|
|
11
|
+
"@cfxjs/sirius-next-eslint-config": "workspace:*",
|
|
12
|
+
"@cfxjs/sirius-next-typescript-config": "workspace:*",
|
|
8
13
|
"@turbo/gen": "^1.12.4",
|
|
9
|
-
"typescript": "^5.4.2"
|
|
10
|
-
"@cfxjs/sirius-next-eslint-config": "0.0.0",
|
|
11
|
-
"@cfxjs/sirius-next-typescript-config": "0.0.0"
|
|
14
|
+
"typescript": "^5.4.2"
|
|
12
15
|
},
|
|
13
16
|
"publishConfig": {
|
|
14
17
|
"access": "public"
|
|
15
|
-
},
|
|
16
|
-
"scripts": {
|
|
17
|
-
"build": "tsc"
|
|
18
18
|
}
|
|
19
|
-
}
|
|
19
|
+
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../cspace/zh_cn/index.ts"],"names":[],"mappings":""}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import cn from './translation.json';
|
|
2
|
-
import cnDotNet from './translationForDotNet.json';
|
|
3
|
-
Object.keys(cnDotNet).forEach((key) => {
|
|
4
|
-
const item = cnDotNet[key];
|
|
5
|
-
if (item && typeof item === 'object') {
|
|
6
|
-
}
|
|
7
|
-
else {
|
|
8
|
-
const cnItem = cn[key];
|
|
9
|
-
if (cnItem === item) {
|
|
10
|
-
delete cnDotNet[key];
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
});
|
|
14
|
-
console.log('cnDotNet', cnDotNet);
|