@i18n-micro/types
Advanced tools
+7
-0
@@ -66,2 +66,9 @@ /** BCP-47 locale code string (e.g. `'en'`, `'de-DE'`, `'zh-Hans'`). */ | ||
| og?: string; | ||
| /** | ||
| * When `false`, this locale is omitted from cross-locale SEO tags (`hreflang`, | ||
| * `og:locale:alternate`). If the configured default locale has `seo: false`, the | ||
| * `x-default` hreflang link is not emitted. Routing and translations are unchanged. | ||
| * @default true when omitted. | ||
| */ | ||
| seo?: boolean; | ||
| /** Text direction. Reflected in `<html dir>` when the locale is active. */ | ||
@@ -68,0 +75,0 @@ dir?: 'ltr' | 'rtl' | 'auto'; |
+1
-1
| { | ||
| "name": "@i18n-micro/types", | ||
| "version": "1.2.0", | ||
| "version": "1.2.1", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "repository": "s00d/nuxt-i18n-micro", |
+7
-0
@@ -71,2 +71,9 @@ /** BCP-47 locale code string (e.g. `'en'`, `'de-DE'`, `'zh-Hans'`). */ | ||
| og?: string | ||
| /** | ||
| * When `false`, this locale is omitted from cross-locale SEO tags (`hreflang`, | ||
| * `og:locale:alternate`). If the configured default locale has `seo: false`, the | ||
| * `x-default` hreflang link is not emitted. Routing and translations are unchanged. | ||
| * @default true when omitted. | ||
| */ | ||
| seo?: boolean | ||
| /** Text direction. Reflected in `<html dir>` when the locale is active. */ | ||
@@ -73,0 +80,0 @@ dir?: 'ltr' | 'rtl' | 'auto' |
44307
1.47%968
1.47%