1
0
forked from baron/baron-sso

공통 i18n 레이어 추가

This commit is contained in:
2026-05-11 11:41:48 +09:00
parent d4c48da426
commit efbf970a18
14 changed files with 446 additions and 0 deletions

11
common/core/i18n/index.ts Normal file
View File

@@ -0,0 +1,11 @@
export { createTomlTranslator } from "./loader";
export {
DEFAULT_LOCALE,
LOCALE_STORAGE_KEY,
SUPPORTED_LOCALES,
type Locale,
type TomlObject,
type TomlValue,
type TranslatorInput,
type TranslatorOptions,
} from "./types";