chore(internationalization): re-export type to make enterprise a happy bunny

This commit is contained in:
Jack Westbrook
2025-03-03 09:49:19 +01:00
parent 727a3723a1
commit 22955700ca
@@ -3,6 +3,9 @@ import { uniq } from 'lodash';
// we mock this in jest as import.meta.glob breaks things, so we don't even attempt to load enterprise translations...
import { localeExtensionImports, type LocaleFileLoader } from './extensions';
// TODO: this is just to satisfy extensions which import this type from this file.
export type { LocaleFileLoader };
export const ENGLISH_US = 'en-US';
export const FRENCH_FRANCE = 'fr-FR';
export const SPANISH_SPAIN = 'es-ES';