Saltearse al contenido

lib/i18n/config

Esta página aún no está disponible en tu idioma.

type UiTranslationKey = typeof uiTranslationsAvailable[number];

Defined in: studiocms/packages/studiocms/src/lib/i18n/config.ts:9^

The UI translations available in the StudioCMS app.

const defaultLang: UiTranslationKey = 'en';

Defined in: studiocms/packages/studiocms/src/lib/i18n/config.ts:14^

The default language for the StudioCMS app.


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.


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.