~cytrogen/masto-fe

masto-fe/app/javascript/mastodon/locales/index.ts -rw-r--r-- 216 bytes
f8dc013b — Cytrogen [feature] Add language selector to local settings 7 days ago
                                                                                
1
2
3
4
5
export type { LocaleData } from "./global_locale";
export { setLocale, getLocale, isLocaleLoaded } from "./global_locale";
export { loadLocale } from "./load_locale";

export { IntlProvider } from "./intl_provider";