Conversation
There was a problem hiding this comment.
Pull request overview
Adds a Code of Conduct page with i18n support (es, en, ca) and a new "Diversity and Inclusion" menu section linking to it. The Speakers and Agenda menu items are removed from all language menus.
Changes:
- New Code of Conduct page (
code-of-conduct.astro) with translated content in three languages - New i18n translation files for the Code of Conduct (es, en, ca)
- Menu restructured: removed Speakers/Agenda links, added "Diversity and Inclusion" section with Code of Conduct link
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/pages/[lang]/code-of-conduct.astro | New page rendering the Code of Conduct content |
| src/i18n/code-of-conduct/index.ts | Barrel export for CoC translations |
| src/i18n/code-of-conduct/es.ts | Spanish CoC translations |
| src/i18n/code-of-conduct/en.ts | English CoC translations |
| src/i18n/code-of-conduct/ca.ts | Catalan CoC translations |
| src/i18n/menu/es.ts | Removed Speakers/Agenda, added Diversity section (es) |
| src/i18n/menu/en.ts | Removed Speakers/Agenda, added Diversity section (en) |
| src/i18n/menu/ca.ts | Removed Speakers/Agenda, added Diversity section (ca) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
francescarpi
approved these changes
Mar 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.