UNPKG

validation-box

Version:

The only validation library - with flexible regex - you need.

6 lines (5 loc) 149 B
import type { I18nConfig } from 'fumadocs-core/i18n'; export const i18n: I18nConfig = { defaultLanguage: 'en', languages: ['en', 'pt'], };