mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-17 03:56:19 +02:00
refactor: update language configuration
This commit is contained in:
parent
ff59dc1a7c
commit
22dc899a95
25 changed files with 53 additions and 188 deletions
|
@ -171,3 +171,7 @@ export const themeConfig: ThemeConfig = {
|
|||
}
|
||||
|
||||
export default themeConfig
|
||||
|
||||
export const defaultLocale = themeConfig.global.locale
|
||||
export const moreLocales = themeConfig.global.moreLocales
|
||||
export const allLocales = [defaultLocale, ...moreLocales]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue