-
Notifications
You must be signed in to change notification settings - Fork 9
New Crowdin updates #1212
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
New Crowdin updates #1212
Conversation
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 updates translations across multiple locales as part of ongoing Crowdin localization efforts. The changes include updates to the i18n configuration, new translation files, and corresponding test updates to use translation keys instead of hardcoded strings.
- Updated i18n configuration to use a simpler loadPath without environment variable
- Added new translation files for French (fr-FR), Spanish Latin America (es-LA), and US English (en-US)
- Updated existing German (xx-XX) and English (en) translations with new keys and content
- Modified Cypress tests to use translation keys instead of hardcoded English text
Reviewed Changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
src/utils/i18n.js | Simplified backend loadPath configuration |
public/translations/xx-XX.json | Added new German translation keys for UI elements |
public/translations/fr-FR.json | Complete French translation file |
public/translations/es-LA.json | Complete Spanish (Latin America) translation file |
public/translations/en.json | Updated English translations with new keys |
public/translations/en-US.json | Complete US English translation file |
cypress/e2e/*.cy.js | Updated test assertions to use translation keys |
CHANGELOG.md | Added changelog entry for translations |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.
concerns around removing env
No description provided.