feat(i18n): add AI history components internationalization support
- Add useI18n composable and ai-history locale files - Refactor 10 AI history Vue components to support i18n (GPTEvolutionDemo, AIErasComparisonDemo, AiEvolutionDemo, etc.) - Add English version of AI history appendix article - Add English translations for stage-1 appendix-articles: - vibe-coding-tools-snake-game-tutorial.md - vibe-coding-tools-build-website-with-ai-coding-and-design-agents.md - Use relative paths to reference Chinese version images - Update appendix sidebar config to use English AI history link
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import zhCn from './zh-cn.js'
|
||||
import en from './en.js'
|
||||
|
||||
export const aiHistoryLocale = {
|
||||
'zh-cn': zhCn,
|
||||
en
|
||||
}
|
||||
Reference in New Issue
Block a user