mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 23:58:06 +01:00
9e66c07be7
Port b0780cfeed
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
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';
|