Variable.FALLBACK_EMAIL_LOCALE
const FALLBACK_EMAIL_LOCALE: SupportedEmailLocale = 'en-US';
Final step of the locale cascade when nothing else resolves. Shared by the
nestjs-i18n module (fallbackLanguage) and I18nService so the default
locale is declared exactly once.