glitch-soc/mastodon

View on GitHub
app/javascript/mastodon/locales/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type { LocaleData } from './global_locale';
export { setLocale, getLocale, isLocaleLoaded } from './global_locale';
export { loadLocale } from './load_locale';

export { IntlProvider } from './intl_provider';