mirror of https://github.com/vuejs/vitepress
parent
c3c0d71d1d
commit
e33e9c34d7
@ -1,21 +0,0 @@
|
|||||||
import { defineConfig } from 'vitepress'
|
|
||||||
import { shared } from './shared'
|
|
||||||
import { en } from './en'
|
|
||||||
import { pt } from './pt'
|
|
||||||
import { ru } from './ru'
|
|
||||||
import { es } from './es'
|
|
||||||
import { ko } from './ko'
|
|
||||||
import { fa } from './fa'
|
|
||||||
|
|
||||||
export default defineConfig({
|
|
||||||
...shared,
|
|
||||||
locales: {
|
|
||||||
root: { label: 'English', ...en },
|
|
||||||
zh: { label: '简体中文' },
|
|
||||||
pt: { label: 'Português', ...pt },
|
|
||||||
ru: { label: 'Русский', ...ru },
|
|
||||||
es: { label: 'Español', ...es },
|
|
||||||
ko: { label: '한국어', ...ko },
|
|
||||||
fa: { label: 'فارسی', ...fa }
|
|
||||||
}
|
|
||||||
})
|
|
Loading…
Reference in new issue