fix(locale): keep settings constants private

This commit is contained in:
Yichen Jiang
2026-08-07 19:30:22 +08:00
parent 1dd2252d16
commit e9f6d82b12
2 changed files with 3 additions and 4 deletions
+1 -3
View File
@@ -29,9 +29,7 @@ export type { LanguageRowComponentProps, LanguageRowInjected } from './LanguageR
export type { LanguageOptionRow, LanguageRowState } from './settings-store.ts'
export type { SettingsGeneralItemOwnerProps } from './settings-contract.ts'
export type { CommonKey } from '../locales/index.ts'
export {
LOCALE_IDS, LOCALE_PREFERENCE_FIELD, LOCALE_SETTINGS_NAMESPACE, type LocaleId,
} from '../locale-settings.ts'
export type { LocaleId } from '../locale-settings.ts'
// The translate currency lives in ui-slots (the render machinery synthesizes
// the seat); re-exported here so dictionary owners import one package.