mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-03-31 06:24:06 -04:00
17 lines
506 B
TypeScript
17 lines
506 B
TypeScript
// This file was auto-generated by 'typesafe-i18n'. Any manual changes will be overwritten.
|
|
|
|
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;
|