We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement multi-language support for the GitHub Certified practice tests to serve users worldwide in their native languages.
isMultilingual = false
content/questions/{exam-type}/question-*.md
content/ ├── en/ # English (existing content) │ ├── practice_tests/ │ └── questions/ ├── es/ # Spanish │ ├── practice_tests/ │ └── questions/ └── [other-lang]/ # Additional languages
isMultilingual = true
hugo.toml
layouts/shortcodes/practice_test.html
Phase 1: Infrastructure Setup
/en/
Phase 2: Template Updates
Phase 3: Content Migration
content/en/
/es/
The text was updated successfully, but these errors were encountered:
Copilot code review Copilot
Successfully merging a pull request may close this issue.
Feature Request: Multi-Language Support
Overview
Implement multi-language support for the GitHub Certified practice tests to serve users worldwide in their native languages.
Current State
isMultilingual = false
)content/questions/{exam-type}/question-*.md
formatProposed Implementation
Technical Approach
Content Structure Changes
Configuration Updates Required
isMultilingual = true
in Hugo confighugo.toml
Template Modifications
layouts/shortcodes/practice_test.html
for language-aware filteringImplementation Plan
Phase 1: Infrastructure Setup
/en/
)Phase 2: Template Updates
Phase 3: Content Migration
content/en/
Success Criteria
/en/
,/es/
, etc.)Future Considerations
Technical Notes
The text was updated successfully, but these errors were encountered: