mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-10 04:40:46 -05:00
* Initial * Add images * Tweaks * Proper sized bg image and weapons * Stage bg picker * Outlined weapon images for planner * First version * Lint * Add alt and title to weapon
5 lines
217 B
TypeScript
5 lines
217 B
TypeScript
export { i18nLoader } from "./loader";
|
|
export { i18Instance } from "./loader.server";
|
|
export { i18next, i18nCookie } from "./i18next.server";
|
|
export { DEFAULT_LANGUAGE, languages, type LanguageCode } from "./config";
|