mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-27 07:13:44 +01:00
5 lines
216 B
TypeScript
5 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';
|