sendou.ink/app/modules/i18n/index.ts
Kalle aea7406586
Map Planner (#1145)
* 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
2022-11-23 17:38:38 +02:00

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";