-
-
Notifications
You must be signed in to change notification settings - Fork 415
feat(core/dfn-index): add prefer-full-spec-title class and localize text #5073
New issue
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
Conversation
marcoscaceres
commented
Oct 10, 2025
- Add prefer-full-spec-title CSS class to show full spec titles instead of keys
- Localize 'defines the following' text across all supported languages
- Add comprehensive tests for both features
- Local terms remain unaffected by prefer-full-spec-title class
- Add prefer-full-spec-title CSS class to show full spec titles instead of keys - Localize 'defines the following' text across all supported languages - Add comprehensive tests for both features - Local terms remain unaffected by prefer-full-spec-title class
✅ Deploy Preview for respec-pr ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a prefer-full-spec-title CSS class to the definition index that displays full specification titles instead of abbreviated keys, and localizes the "defines the following" text across all supported languages.
- Adds localization for "defines the following" text in 8 languages
- Implements
prefer-full-spec-titleclass functionality to show full spec titles - Adds comprehensive tests for both new features
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| src/core/dfn-index.js | Adds localization strings, imports biblio module, and implements prefer-full-spec-title logic |
| tests/spec/core/dfn-index-spec.js | Adds tests for localization and prefer-full-spec-title functionality |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
|
@marcoscaceres can you update wiki for https://github.com/speced/respec/wiki/index as well? |
|
Will do! |
|
Done. |