UNPKG

svelte-lang

Version:

svelte-lang is an i18n library for Svelte that simplifies multilingual support. It offers a straightforward API for managing translations, supports parameterized strings, and integrates with Svelte stores for reactive language handling. Features include a

3 lines (2 loc) 102 B
export { setupI18n, t, p } from './i18n/index.js'; export { i18nHook } from './i18n/hooks.server.js';