mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-01 15:03:57 +08:00
Add E2E tests for internationalization across multiple pages
- Implemented navigation.spec.ts to test language switching and translation of navigation elements. - Created sessions-page.spec.ts to verify translations on the sessions page, including headers, status badges, and date formatting. - Developed settings-page.spec.ts to ensure settings page content is translated and persists across sessions. - Added skills-page.spec.ts to validate translations for skill categories, action buttons, and empty states.
This commit is contained in:
52
ccw/frontend/src/locales/en/project-overview.json
Normal file
52
ccw/frontend/src/locales/en/project-overview.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"noDescription": "No description available",
|
||||
"header": {
|
||||
"initialized": "Initialized"
|
||||
},
|
||||
"techStack": {
|
||||
"title": "Technology Stack",
|
||||
"languages": "Languages",
|
||||
"frameworks": "Frameworks",
|
||||
"buildTools": "Build Tools",
|
||||
"testFrameworks": "Test Frameworks",
|
||||
"primary": "Primary",
|
||||
"noLanguages": "No languages detected",
|
||||
"noFrameworks": "No frameworks detected"
|
||||
},
|
||||
"architecture": {
|
||||
"title": "Architecture",
|
||||
"style": "Style",
|
||||
"layers": "Layers",
|
||||
"patterns": "Patterns"
|
||||
},
|
||||
"components": {
|
||||
"title": "Key Components",
|
||||
"importance": {
|
||||
"high": "High",
|
||||
"medium": "Medium",
|
||||
"low": "Low"
|
||||
}
|
||||
},
|
||||
"devIndex": {
|
||||
"title": "Development History",
|
||||
"categories": "Categories",
|
||||
"timeline": "Timeline"
|
||||
},
|
||||
"guidelines": {
|
||||
"title": "Project Guidelines",
|
||||
"conventions": "Conventions",
|
||||
"constraints": "Constraints",
|
||||
"qualityRules": "Quality Rules",
|
||||
"learnings": "Session Learnings",
|
||||
"scope": "Scope"
|
||||
},
|
||||
"stats": {
|
||||
"title": "Statistics",
|
||||
"totalFeatures": "Total Features",
|
||||
"lastUpdated": "Last Updated"
|
||||
},
|
||||
"empty": {
|
||||
"title": "No Project Overview",
|
||||
"message": "Run /workflow:init to initialize project analysis"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user