blob: 6cdffb3e51264a33a9310157d40d187a01f69b47 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
// This file was auto-generated by 'typesafe-i18n'. Any manual changes will be overwritten.
/* eslint-disable */
import { initI18nSvelte } from 'typesafe-i18n/svelte'
import type { Formatters, Locales, TranslationFunctions, Translations } from './i18n-types'
import { loadedFormatters, loadedLocales } from './i18n-util'
const { locale, LL, setLocale } = initI18nSvelte<Locales, Translations, TranslationFunctions, Formatters>(loadedLocales, loadedFormatters)
export { locale, LL, setLocale }
export default LL
|