@stacksjs/i18n 0.70.159 → 0.70.161
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 +4 -1
- package/dist/translator.d.ts +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
|
|
16
16
|
Stacks is a rapid development framework, where the goal is to _help you_ create & maintain frontends, backends, and clouds—without having to worry about the boilerplate. _An all-in-one toolkit that meets all your full stack needs._
|
|
17
17
|
|
|
18
|
+
[](./docs/diagrams/stacks-runtime.html)
|
|
19
|
+
|
|
20
|
+
_Open the diagram for light and dark themes plus SVG, PNG, JPEG, and WebP exports._
|
|
21
|
+
|
|
18
22
|
- Web & Desktop Applications _(including system tray apps)_
|
|
19
23
|
- Serverless & Traditional APIs
|
|
20
24
|
- Cloud Infrastructure Creation & Maintenance
|
|
@@ -266,7 +270,6 @@ _Develop serverless (or server) functions with countless helpers to build scalab
|
|
|
266
270
|
- 💾 **Storage** _a secure-by-default File API that feels right_
|
|
267
271
|
- 🧪 **Tinker** _a powerful TypeScript REPL_
|
|
268
272
|
- 🌪️ **Validation** _e2e type-safety (true frontend & backend harmony)_
|
|
269
|
-
- 🎯 **X-Ray** _all you need to debug, log & analyze_
|
|
270
273
|
|
|
271
274
|
### Cloud Development
|
|
272
275
|
|
package/dist/translator.d.ts
CHANGED
|
@@ -48,7 +48,7 @@ export declare function tm(key: string, locale?: string): TranslationMessages |
|
|
|
48
48
|
*/
|
|
49
49
|
export declare function createI18n(options?: Partial<I18nConfig>): I18n;
|
|
50
50
|
/**
|
|
51
|
-
* Use i18n composable
|
|
51
|
+
* Use the i18n composable from an STX component.
|
|
52
52
|
*/
|
|
53
53
|
export declare function useI18n(options?: Partial<I18nConfig>): I18nInstance;
|
|
54
54
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/i18n",
|
|
3
|
-
"version": "0.70.
|
|
3
|
+
"version": "0.70.161",
|
|
4
4
|
"description": "Internationalization system for Stacks.js applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@stacksjs/ts-i18n": "^0.1.9"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@stacksjs/development": "0.70.
|
|
43
|
+
"@stacksjs/development": "0.70.161"
|
|
44
44
|
},
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"exports": {
|