Skip to content

Conversation

@fellyph
Copy link
Collaborator

@fellyph fellyph commented Nov 5, 2025

This pull request adds new Italian translations for the WordPress Playground documentation, specifically for the "Contributing" section. It introduces three new files: a category label, a comprehensive code contribution guide, and documentation for contributor badges. These additions provide Italian-speaking contributors with localized guidelines and information on how to participate and be recognized within the project.

New Italian documentation:

  • Contributing section label:

    • Added _category_.json to label the section as "Contribuire".
  • Code contribution guidelines:

    • Added code.md with detailed instructions on contributing code, running a local development environment, debugging, and best practices, all translated into Italian.
    • Added coding-standards.md outlining coding principles, error message standards, API design, and blueprint guidelines, fully localized.
  • Contributor recognition:

    • Added contributor-badge.md explaining the criteria and process for obtaining the WordPress Playground Contributor and Team badges, including instructions and visual examples, in Italian.

@fellyph fellyph requested a review from Copilot November 10, 2025 13:24
Copy link
Contributor

Copilot AI left a 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 Italian (it) translations for the WordPress Playground documentation, covering key contributing pages and UI components. The translations follow the proper i18n structure and include both the original English content as comments above the translated text for easier review and maintenance.

  • Italian translations for core contribution documentation including translations guide, documentation guide, code contributions, and contributor day resources
  • Translated UI strings for navbar, footer, and Kapa AI plugin components
  • Proper file structure mirroring the English source files under packages/docs/site/i18n/it/

Reviewed Changes

Copilot reviewed 12 out of 12 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
packages/docs/site/i18n/it/kapa-ai-plugin/kapa-ai.json Translates AI assistant modal strings and example questions
packages/docs/site/i18n/it/docusaurus-theme-classic/navbar.json Translates navigation bar labels and items
packages/docs/site/i18n/it/docusaurus-theme-classic/footer.json Translates footer links and copyright notice
packages/docs/site/i18n/it/docusaurus-plugin-content-docs/current/main/contributing/translations.md Complete translation guide for contributing translations
packages/docs/site/i18n/it/docusaurus-plugin-content-docs/current/main/contributing/index.md Main contributing page with guidelines and overview
packages/docs/site/i18n/it/docusaurus-plugin-content-docs/current/main/contributing/documentation.md Guide for documentation contributions
packages/docs/site/i18n/it/docusaurus-plugin-content-docs/current/main/contributing/contributor-day.md WordCamp Contributor Day guide
packages/docs/site/i18n/it/docusaurus-plugin-content-docs/current/main/contributing/contributor-day-table-lead.md Table lead guide for contributor events
packages/docs/site/i18n/it/docusaurus-plugin-content-docs/current/main/contributing/contributor-badge.md Contributor badge requirements and request process
packages/docs/site/i18n/it/docusaurus-plugin-content-docs/current/main/contributing/coding-standards.md Coding principles and guidelines
packages/docs/site/i18n/it/docusaurus-plugin-content-docs/current/main/contributing/code.md Code contribution workflow and setup
packages/docs/site/i18n/it/docusaurus-plugin-content-docs/current/main/contributing/_category_.json Category label for contributing section
Comments suppressed due to low confidence (1)

packages/docs/site/i18n/it/docusaurus-plugin-content-docs/current/main/contributing/translations.md:713

  • Missing closing triple backticks for the code block. The file ends with an opening triple backticks on line 712 without proper closure, which will break the markdown rendering.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +291 to +305
## Chi può contribuire?

Alcuni eventi avranno un tavolo dedicato per il progetto. I tavoli contributori WordPress Playground accolgono tutti i tipi di contributi, non solo dagli sviluppatori. Che tu sia uno scrittore, programmatore, tester, sviluppatore di plugin o temi, marketer, proprietario di sito o qualsiasi altro tipo di utente, sei incoraggiato a contribuire.

Valutiamo contributi diversificati in varie aree, inclusi community building, testing, documentazione e design.

## Come contribuire al progetto Playground

Questa sezione descrive come puoi contribuire direttamente al progetto WordPress Playground e ai suoi strumenti associati:

- **Documentazione:** Migliora la nostra documentazione migliorando il contenuto esistente, sviluppando nuove guide o traducendo materiali in diverse lingue.
- **Blueprints:** Crea demo di plugin per i plugin nel repository WordPress Plugin, o sviluppa nuovi Blueprints per arricchire la nostra documentazione del progetto.
- **Testare l'ambiente Playground:** Impegnati nel testare il progetto WordPress Playground stesso. Puoi farlo creando attentamente nuove issue che descrivono i problemi che incontri e suggerendo soluzioni praticabili. Testa la nostra istanza web WordPress (il sito playground.wordpress.net), o esplora le varie applicazioni alimentate da Playground. Testa questi strumenti, osserva la loro funzionalità e fornisci feedback dettagliati.
- **Feedback sul prodotto:** Le tue intuizioni sono preziose per migliorare l'esperienza Playground. Questo include feedback generale sull'istanza web, l'applicazione e qualsiasi strumento lato server.

Copy link

Copilot AI Nov 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate content detected: lines 291-320 repeat the same sections ('Chi può contribuire?' and 'Come contribuire al progetto Playground') that appear earlier in the file at lines 25-53. This creates redundant content that should be removed.

Suggested change
## Chi può contribuire?
Alcuni eventi avranno un tavolo dedicato per il progetto. I tavoli contributori WordPress Playground accolgono tutti i tipi di contributi, non solo dagli sviluppatori. Che tu sia uno scrittore, programmatore, tester, sviluppatore di plugin o temi, marketer, proprietario di sito o qualsiasi altro tipo di utente, sei incoraggiato a contribuire.
Valutiamo contributi diversificati in varie aree, inclusi community building, testing, documentazione e design.
## Come contribuire al progetto Playground
Questa sezione descrive come puoi contribuire direttamente al progetto WordPress Playground e ai suoi strumenti associati:
- **Documentazione:** Migliora la nostra documentazione migliorando il contenuto esistente, sviluppando nuove guide o traducendo materiali in diverse lingue.
- **Blueprints:** Crea demo di plugin per i plugin nel repository WordPress Plugin, o sviluppa nuovi Blueprints per arricchire la nostra documentazione del progetto.
- **Testare l'ambiente Playground:** Impegnati nel testare il progetto WordPress Playground stesso. Puoi farlo creando attentamente nuove issue che descrivono i problemi che incontri e suggerendo soluzioni praticabili. Testa la nostra istanza web WordPress (il sito playground.wordpress.net), o esplora le varie applicazioni alimentate da Playground. Testa questi strumenti, osserva la loro funzionalità e fornisci feedback dettagliati.
- **Feedback sul prodotto:** Le tue intuizioni sono preziose per migliorare l'esperienza Playground. Questo include feedback generale sull'istanza web, l'applicazione e qualsiasi strumento lato server.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants