@i18n-micro/types
Advanced tools
+5
-0
@@ -61,2 +61,7 @@ /** BCP-47 locale code string (e.g. `'en'`, `'de-DE'`, `'zh-Hans'`). */ | ||
| iso?: string; | ||
| /** | ||
| * Open Graph locale for `og:locale` / `og:locale:alternate` meta `content` (e.g. `ar_AE`). | ||
| * If omitted or empty, `iso` is used (then `code`). | ||
| */ | ||
| og?: string; | ||
| /** Text direction. Reflected in `<html dir>` when the locale is active. */ | ||
@@ -63,0 +68,0 @@ dir?: 'ltr' | 'rtl' | 'auto'; |
+1
-1
| { | ||
| "name": "@i18n-micro/types", | ||
| "version": "1.1.7", | ||
| "version": "1.2.0", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "repository": "s00d/nuxt-i18n-micro", |
+5
-0
@@ -66,2 +66,7 @@ /** BCP-47 locale code string (e.g. `'en'`, `'de-DE'`, `'zh-Hans'`). */ | ||
| iso?: string | ||
| /** | ||
| * Open Graph locale for `og:locale` / `og:locale:alternate` meta `content` (e.g. `ar_AE`). | ||
| * If omitted or empty, `iso` is used (then `code`). | ||
| */ | ||
| og?: string | ||
| /** Text direction. Reflected in `<html dir>` when the locale is active. */ | ||
@@ -68,0 +73,0 @@ dir?: 'ltr' | 'rtl' | 'auto' |
43664
0.83%954
1.06%