@globalbrain/nuxt-i18n
Advanced tools
Comparing version 1.1.2 to 1.2.0
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "1.1.2" | ||
"version": "1.2.0" | ||
} |
@@ -13,3 +13,3 @@ import { type ComputedRef } from '#imports'; | ||
}): void; | ||
localizePath(path: string, locale: Lang): string; | ||
localizePath(path: string, locale?: Lang): string; | ||
} | ||
@@ -16,0 +16,0 @@ export interface LocaleTranslate<T> extends Locale { |
{ | ||
"name": "@globalbrain/nuxt-i18n", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"packageManager": "pnpm@8.15.4", | ||
@@ -5,0 +5,0 @@ "description": "Minimal module for i18n with locale auto-imports & localized routing", |
Sorry, the diff of this file is not supported yet
18091
373