@deckweiss/internationalization
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -29,2 +29,3 @@ import { derived, writable } from 'svelte/store'; | ||
Object.keys(translations).forEach((key) => locales.push(key)); | ||
setLocale(configuration.defaultLocale); | ||
// if on client, read cookie instantly | ||
@@ -31,0 +32,0 @@ if (browser) { |
{ | ||
"name": "@deckweiss/internationalization", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"homepage": "https://github.com/deckweiss/sveltekit-i18n", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15584
354