lib/i18n/config
Esta página aún no está disponible en tu idioma.
Type Aliases
Section titled “Type Aliases”UiTranslationKey
Section titled “UiTranslationKey”type UiTranslationKey = typeof uiTranslationsAvailable[number];
Defined in: studiocms/packages/studiocms/src/lib/i18n/config.ts:9^
The UI translations available in the StudioCMS app.
Variables
Section titled “Variables”defaultLang
Section titled “defaultLang”const defaultLang: UiTranslationKey = 'en';
Defined in: studiocms/packages/studiocms/src/lib/i18n/config.ts:14^
The default language for the StudioCMS app.
showDefaultLang
Section titled “showDefaultLang”const showDefaultLang: boolean = false;
Defined in: studiocms/packages/studiocms/src/lib/i18n/config.ts:19^
Whether to show the default language in the language switcher.
uiTranslationsAvailable
Section titled “uiTranslationsAvailable”const uiTranslationsAvailable: readonly ["en", "de", "es", "fr"];
Defined in: studiocms/packages/studiocms/src/lib/i18n/config.ts:4^
The UI translations available in the StudioCMS app.