@cloudtower/parrot 0.15.3-alpha.0 → 0.16.1
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-prepublish.log +23 -0
- package/.turbo/turbo-typings.log +1 -0
- package/dist/locales/en-US/components.json +2 -0
- package/dist/locales/en-US/index.d.ts +2 -0
- package/dist/locales/index.d.ts +4 -0
- package/dist/locales/zh-CN/components.json +2 -0
- package/dist/locales/zh-CN/index.d.ts +2 -0
- package/package.json +2 -2
- package/src/locales/en-US/components.json +2 -0
- package/src/locales/zh-CN/components.json +2 -0
@@ -0,0 +1,23 @@
|
|
1
|
+
[32m@tower/i18n:prepublish: [0mcache hit, replaying output [2m3aaff15b304d5006[0m
|
2
|
+
[32m@tower/i18n:prepublish: [0m$ npm run build && npm run typings
|
3
|
+
[32m@tower/i18n:prepublish: [0mnpm WARN ignoring workspace config at /home/cqh/workspace/smartx/tower/packages/i18n/.npmrc
|
4
|
+
[32m@tower/i18n:prepublish: [0m
|
5
|
+
[32m@tower/i18n:prepublish: [0m> @tower/i18n@1.9.0 build
|
6
|
+
[32m@tower/i18n:prepublish: [0m> tsc -b .
|
7
|
+
[32m@tower/i18n:prepublish: [0m
|
8
|
+
[32m@tower/i18n:prepublish: [0m
|
9
|
+
[32m@tower/i18n:prepublish: [0m> @tower/i18n@1.9.0 postbuild
|
10
|
+
[32m@tower/i18n:prepublish: [0m> npm run load
|
11
|
+
[32m@tower/i18n:prepublish: [0m
|
12
|
+
[32m@tower/i18n:prepublish: [0mnpm WARN ignoring workspace config at /home/cqh/workspace/smartx/tower/packages/i18n/.npmrc
|
13
|
+
[32m@tower/i18n:prepublish: [0m
|
14
|
+
[32m@tower/i18n:prepublish: [0m> @tower/i18n@1.9.0 load
|
15
|
+
[32m@tower/i18n:prepublish: [0m> node ./scripts/locales-loader.js
|
16
|
+
[32m@tower/i18n:prepublish: [0m
|
17
|
+
[32m@tower/i18n:prepublish: [0m2 zones found, loading locales and templates into seperate zones
|
18
|
+
[32m@tower/i18n:prepublish: [0mnpm WARN ignoring workspace config at /home/cqh/workspace/smartx/tower/packages/i18n/.npmrc
|
19
|
+
[32m@tower/i18n:prepublish: [0m
|
20
|
+
[32m@tower/i18n:prepublish: [0m> @tower/i18n@1.9.0 typings
|
21
|
+
[32m@tower/i18n:prepublish: [0m> tsc --emitDeclarationOnly
|
22
|
+
[32m@tower/i18n:prepublish: [0m
|
23
|
+
[32m@tower/i18n:prepublish: [0m$ node ../eslint-plugin-i18n/lib/generate/index.js
|
@@ -0,0 +1 @@
|
|
1
|
+
[36m@tower/i18n:typings[0m: cache hit, replaying output [2me277aab270a4094c[0m
|
@@ -8,6 +8,8 @@
|
|
8
8
|
"previous_items": "Previous {size} items",
|
9
9
|
"next_items": "Next {size} items",
|
10
10
|
"push_to": "Jump to",
|
11
|
+
"pagination_range": "Item {range1} – {range2}",
|
12
|
+
"pagination_total": "Item {range1} – {range2}, {total} in total",
|
11
13
|
"unknow_error": "Unknown error",
|
12
14
|
"to": "to"
|
13
15
|
}
|
package/dist/locales/index.d.ts
CHANGED
@@ -37,6 +37,8 @@ declare const locales: {
|
|
37
37
|
previous_items: string;
|
38
38
|
next_items: string;
|
39
39
|
push_to: string;
|
40
|
+
pagination_range: string;
|
41
|
+
pagination_total: string;
|
40
42
|
unknow_error: string;
|
41
43
|
to: string;
|
42
44
|
};
|
@@ -84,6 +86,8 @@ declare const locales: {
|
|
84
86
|
previous_items: string;
|
85
87
|
next_items: string;
|
86
88
|
push_to: string;
|
89
|
+
pagination_range: string;
|
90
|
+
pagination_total: string;
|
87
91
|
unknow_error: string;
|
88
92
|
to: string;
|
89
93
|
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@cloudtower/parrot",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.16.1",
|
4
4
|
"description": "i18n modules for cloudtower sparrow and eagle",
|
5
5
|
"keywords": [
|
6
6
|
"i18n",
|
@@ -22,5 +22,5 @@
|
|
22
22
|
"i18next": "^21.10.0",
|
23
23
|
"typescript": "^4.8.4"
|
24
24
|
},
|
25
|
-
"gitHead": "
|
25
|
+
"gitHead": "fc773707d3f9071561a91888ad7974acd0c61079"
|
26
26
|
}
|
@@ -8,6 +8,8 @@
|
|
8
8
|
"previous_items": "Previous {size} items",
|
9
9
|
"next_items": "Next {size} items",
|
10
10
|
"push_to": "Jump to",
|
11
|
+
"pagination_range": "Item {range1} – {range2}",
|
12
|
+
"pagination_total": "Item {range1} – {range2}, {total} in total",
|
11
13
|
"unknow_error": "Unknown error",
|
12
14
|
"to": "to"
|
13
15
|
}
|