mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-27 23:06:23 +01:00
6 lines
216 B
TypeScript
6 lines
216 B
TypeScript
export type { LocaleData } from './global_locale';
|
|
export { setLocale, getLocale, isLocaleLoaded } from './global_locale';
|
|
export { loadLocale } from './load_locale';
|
|
|
|
export { IntlProvider } from './intl_provider';
|