mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-26 05:24:03 -05:00
5 lines
198 B
TypeScript
5 lines
198 B
TypeScript
export { i18nLoader } from "./loader";
|
|
export { i18Instance } from "./loader.server";
|
|
export { i18next, i18nCookie } from "./i18next.server";
|
|
export { DEFAULT_LANGUAGE, languages } from "./config";
|