1
0
forked from baron/baron-sso
Files
baron-sso/common/core/i18n/index.ts

12 lines
239 B
TypeScript

export { createTomlTranslator } from "./loader";
export {
DEFAULT_LOCALE,
LOCALE_STORAGE_KEY,
type Locale,
SUPPORTED_LOCALES,
type TomlObject,
type TomlValue,
type TranslatorInput,
type TranslatorOptions,
} from "./types";