-
Notifications
You must be signed in to change notification settings - Fork 0
New Crowdin updates #12
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
base: develop
Are you sure you want to change the base?
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 localization files with new translation content from Crowdin, adding support for multiple languages and standardizing message formats across existing translations.
- Adds complete translation files for 7 new locales (Slovenian, Portuguese, Dutch, Hungarian, German, Afrikaans, and English)
- Updates existing Spanish and Romanian translations with formatting fixes and new QR setup messages
- Standardizes escape character usage for colons and exclamation marks across all locales
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
messages.sl-SI.properties | New Slovenian translation file with complete message set |
messages.ro-RO.properties | Updated Romanian translations with formatting fixes and new QR setup entries |
messages.pt-PT.properties | New Portuguese translation file with complete message set |
messages.nl-NL.properties | New Dutch translation file with complete message set |
messages.hu-HU.properties | New Hungarian translation file with complete message set |
messages.es-ES.properties | Updated Spanish translations with formatting fixes and new QR setup entries |
messages.en-US.properties | New English (US) translation file with complete message set |
messages.de-DE.properties | New German translation file with complete message set |
messages.af-ZA.properties | New Afrikaans translation file with complete message set |
Comments suppressed due to low confidence (6)
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
#language page | ||
app-language=App Language | ||
select-language=Select your language | ||
language-hint=Select your preferred languagesetup-qr-title\=Setup by QR |
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.
The language-hint value is concatenated with setup-qr-title without proper separation. These should be split into separate entries.
language-hint=Select your preferred languagesetup-qr-title\=Setup by QR | |
language-hint=Select your preferred language | |
setup-qr-title=Setup by QR |
Copilot uses AI. Check for mistakes.
No description provided.