@foldocs/language
v0.1.2
Published
Ready-to-use locale and UI translation packs for Foldocs.
Downloads
690
Readme
Foldocs Language
Ready-to-use locale and UI translation packs for Foldocs.
Installation
pnpm add -D @foldocs/languageUsage
import { defineConfig } from 'foldocs'
import { spanish } from '@foldocs/language'
export default defineConfig({
i18n: {
defaultLocale: 'en',
locales: [{ locale: 'en', name: 'English' }, spanish()],
},
})French, German, Japanese, Korean, Portuguese, Arabic, and Chinese packs are also included.
Documentation
Read the Foldocs documentation.
