Skip to content
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

fix: Add missing Unicode support to translation messages #248

Merged
merged 1 commit into from
Mar 19, 2025

Conversation

Cuperino
Copy link
Member

Unicode support is required for source and comment fields because:

  • Qt supports those characters in Qt Linguist files
  • Languages other than English can be used for source and to comment
  • Punctuation outside of the scope of Latin1 can be present in English
    E.g. Ellipsis …

@Cuperino Cuperino added the 🪲 bug Something isn't working label Mar 19, 2025
@Cuperino Cuperino requested a review from narnaud March 19, 2025 17:32
@Cuperino Cuperino self-assigned this Mar 19, 2025
Unicode support is required for source and comment fields because:
- Qt supports those characters in Qt Linguist files
- Languages other than English can be used for source and to comment
- Punctuation outside of the scope of Latin1 can be present in English
  E.g. Ellipsis …
@Cuperino Cuperino merged commit df7ff93 into KDAB:main Mar 19, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪲 bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants