@hua-labs/i18n-loaders 1.0.1 → 1.1.0-alpha.0.2
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/README.md +14 -1
- package/package.json +7 -3
package/README.md
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
# @hua-labs/i18n-loaders
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Translation loaders with caching and preloading for @hua-labs/i18n-core.
|
|
4
|
+
캐싱 및 프리로딩 기능을 갖춘 번역 로더.
|
|
5
|
+
|
|
6
|
+
[](https://www.npmjs.com/package/@hua-labs/i18n-loaders)
|
|
7
|
+
[](https://github.com/HUA-Labs/HUA-Labs-public/blob/main/LICENSE)
|
|
8
|
+
|
|
9
|
+
> **⚠️ Alpha Release**: This package is currently in alpha. APIs may change before the stable release.
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
## English
|
|
14
|
+
|
|
15
|
+
### Overview
|
|
16
|
+
Production-ready translation loaders with built-in caching and preloading. Designed to work seamlessly with @hua-labs/i18n-core.
|
|
4
17
|
|
|
5
18
|
## Key Features
|
|
6
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hua-labs/i18n-loaders",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.1.0-alpha.0.2",
|
|
4
4
|
"description": "Production-ready loaders, caching, and preloading helpers for @hua-labs/i18n-core.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"sideEffects": false,
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@hua-labs/i18n-core": "
|
|
20
|
+
"@hua-labs/i18n-core": "1.1.0-alpha.0.2"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"react": ">=16.8.0"
|
|
@@ -30,11 +30,15 @@
|
|
|
30
30
|
"typescript": "^5.8.3"
|
|
31
31
|
},
|
|
32
32
|
"keywords": [
|
|
33
|
+
"hua-labs",
|
|
33
34
|
"i18n",
|
|
34
35
|
"internationalization",
|
|
36
|
+
"translation",
|
|
35
37
|
"loader",
|
|
36
38
|
"preload",
|
|
37
|
-
"cache"
|
|
39
|
+
"cache",
|
|
40
|
+
"react",
|
|
41
|
+
"typescript"
|
|
38
42
|
],
|
|
39
43
|
"author": "HUA Labs",
|
|
40
44
|
"license": "MIT",
|