Skip to content

Add Italian language support #11000

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rpfontana
Copy link

Proposed changes

  • add italian i18n to frontend
  • add italian i18n to backend

Related issues

#10434

Further comments

I also alphabetically reordered the existing languages.

Copy link

codecov bot commented May 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.64%. Comparing base (8d23412) to head (b5b1723).

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #11000   +/-   ##
=======================================
  Coverage   65.64%   65.64%           
=======================================
  Files         674      674           
  Lines       67137    67137           
  Branches     7414     7414           
=======================================
  Hits        44069    44069           
  Misses      23068    23068           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@aHenryJard aHenryJard added the community use to identify PR from community label May 14, 2025
@@ -174,18 +174,20 @@
"verify-translation": "node script/verify-translation.js",
"sort-translation": "node script/sort-translation-files.js",
"auto-translation:all": "npm run auto-translation:fr-front $SUBSCRIPTION_KEY && npm run auto-translation:ko-front $SUBSCRIPTION_KEY && npm run auto-translation:cn-front $SUBSCRIPTION_KEY && npm run auto-translation:ja-front $SUBSCRIPTION_KEY && npm run auto-translation:es-front $SUBSCRIPTION_KEY && npm run auto-translation:de-front $SUBSCRIPTION_KEY && npm run auto-translation:fr-back $SUBSCRIPTION_KEY && npm run auto-translation:ko-back $SUBSCRIPTION_KEY && npm run auto-translation:cn-back $SUBSCRIPTION_KEY && npm run auto-translation:ja-back $SUBSCRIPTION_KEY && npm run auto-translation:es-back $SUBSCRIPTION_KEY && npm run auto-translation:de-back $SUBSCRIPTION_KEY && npm run sort-translation",
Copy link
Member

Choose a reason for hiding this comment

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

Thank you for your contribution!
italian is missing in auto-translation:all script.
Could you please add it and then run the script to add missing translations?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community use to identify PR from community
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants