Fix /share and cleanup and reorganize frontend locale loading (#25240)

This commit is contained in:
Renaud Chaput
2023-06-02 15:00:27 +02:00
committed by GitHub
parent 5fae2de454
commit b0780cfeed
25 changed files with 152 additions and 638 deletions

View File

@ -0,0 +1,5 @@
export type { LocaleData } from './global_locale';
export { setLocale, getLocale, isLocaleLoaded } from './global_locale';
export { loadLocale } from './load_locale';
export { IntlProvider } from './intl_provider';