feat: 更新网站配置和内容,优化国际化设置
refactor: 重构产线页面和路由,移除无用代码 style: 调整内容格式和样式,统一中英文标点 docs: 更新产品描述和元数据,完善多语言支持
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { createNavigation } from 'next-intl/navigation';
|
||||
import { defineRouting } from 'next-intl/routing';
|
||||
|
||||
export const LOCALES = ['en', 'zh']
|
||||
export const LOCALES = ['zh', 'en']
|
||||
export const DEFAULT_LOCALE = 'zh'
|
||||
export const LOCALE_NAMES: Record<string, string> = {
|
||||
'en': "English",
|
||||
|
||||
Reference in New Issue
Block a user