@i18n-micro/devtools-ui 1.2.6 → 1.2.7
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.
|
@@ -24,6 +24,7 @@ export declare function createI18nState(): {
|
|
|
24
24
|
metaBaseUrl?: string | undefined;
|
|
25
25
|
metaTrustForwardedHost?: boolean | undefined;
|
|
26
26
|
metaTrustForwardedProto?: boolean | undefined;
|
|
27
|
+
hreflangBaseLanguage?: boolean | undefined;
|
|
27
28
|
define?: boolean | undefined;
|
|
28
29
|
redirects?: boolean | undefined;
|
|
29
30
|
plugin?: boolean | undefined;
|
|
@@ -52,7 +53,7 @@ export declare function createI18nState(): {
|
|
|
52
53
|
routesLocaleLinks?: {
|
|
53
54
|
[key: string]: string;
|
|
54
55
|
} | undefined;
|
|
55
|
-
plural?:
|
|
56
|
+
plural?: import('@i18n-micro/types').PluralFunc | undefined;
|
|
56
57
|
disablePageLocales?: boolean | undefined;
|
|
57
58
|
fallbackLocale?: string | undefined;
|
|
58
59
|
localeCookie?: string | null | undefined;
|
|
@@ -93,6 +94,7 @@ export declare function createI18nState(): {
|
|
|
93
94
|
metaBaseUrl?: string | undefined;
|
|
94
95
|
metaTrustForwardedHost?: boolean | undefined;
|
|
95
96
|
metaTrustForwardedProto?: boolean | undefined;
|
|
97
|
+
hreflangBaseLanguage?: boolean | undefined;
|
|
96
98
|
define?: boolean | undefined;
|
|
97
99
|
redirects?: boolean | undefined;
|
|
98
100
|
plugin?: boolean | undefined;
|
|
@@ -121,7 +123,7 @@ export declare function createI18nState(): {
|
|
|
121
123
|
routesLocaleLinks?: {
|
|
122
124
|
[key: string]: string;
|
|
123
125
|
} | undefined;
|
|
124
|
-
plural?:
|
|
126
|
+
plural?: import('@i18n-micro/types').PluralFunc | undefined;
|
|
125
127
|
disablePageLocales?: boolean | undefined;
|
|
126
128
|
fallbackLocale?: string | undefined;
|
|
127
129
|
localeCookie?: string | null | undefined;
|
|
@@ -187,6 +189,7 @@ export declare function useI18nState(): {
|
|
|
187
189
|
metaBaseUrl?: string | undefined;
|
|
188
190
|
metaTrustForwardedHost?: boolean | undefined;
|
|
189
191
|
metaTrustForwardedProto?: boolean | undefined;
|
|
192
|
+
hreflangBaseLanguage?: boolean | undefined;
|
|
190
193
|
define?: boolean | undefined;
|
|
191
194
|
redirects?: boolean | undefined;
|
|
192
195
|
plugin?: boolean | undefined;
|
|
@@ -215,7 +218,7 @@ export declare function useI18nState(): {
|
|
|
215
218
|
routesLocaleLinks?: {
|
|
216
219
|
[key: string]: string;
|
|
217
220
|
} | undefined;
|
|
218
|
-
plural?:
|
|
221
|
+
plural?: import('@i18n-micro/types').PluralFunc | undefined;
|
|
219
222
|
disablePageLocales?: boolean | undefined;
|
|
220
223
|
fallbackLocale?: string | undefined;
|
|
221
224
|
localeCookie?: string | null | undefined;
|
|
@@ -256,6 +259,7 @@ export declare function useI18nState(): {
|
|
|
256
259
|
metaBaseUrl?: string | undefined;
|
|
257
260
|
metaTrustForwardedHost?: boolean | undefined;
|
|
258
261
|
metaTrustForwardedProto?: boolean | undefined;
|
|
262
|
+
hreflangBaseLanguage?: boolean | undefined;
|
|
259
263
|
define?: boolean | undefined;
|
|
260
264
|
redirects?: boolean | undefined;
|
|
261
265
|
plugin?: boolean | undefined;
|
|
@@ -284,7 +288,7 @@ export declare function useI18nState(): {
|
|
|
284
288
|
routesLocaleLinks?: {
|
|
285
289
|
[key: string]: string;
|
|
286
290
|
} | undefined;
|
|
287
|
-
plural?:
|
|
291
|
+
plural?: import('@i18n-micro/types').PluralFunc | undefined;
|
|
288
292
|
disablePageLocales?: boolean | undefined;
|
|
289
293
|
fallbackLocale?: string | undefined;
|
|
290
294
|
localeCookie?: string | null | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@i18n-micro/devtools-ui",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.7",
|
|
4
4
|
"description": "DevTools UI and Vite plugin for Nuxt I18n Micro.",
|
|
5
5
|
"homepage": "https://github.com/s00d/nuxt-i18n-micro/tree/main/packages/devtools-ui#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@i18n-micro/types": "^1.2.
|
|
58
|
-
"@i18n-micro/utils": "^1.0.
|
|
57
|
+
"@i18n-micro/types": "^1.2.10",
|
|
58
|
+
"@i18n-micro/utils": "^1.0.13"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@tailwindcss/vite": "^4.1.17",
|