1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-18 08:33:50 -05:00

6 lines
216 B
TypeScript
Raw Normal View History

export type { LocaleData } from './global_locale';
export { setLocale, getLocale, isLocaleLoaded } from './global_locale';
export { loadLocale } from './load_locale';
export { IntlProvider } from './intl_provider';