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

Patch: introduce proper plural form strings and fix typo #1622

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

Conversation

rschiang
Copy link
Contributor

@rschiang rschiang commented Jan 16, 2025

This patch consolidates some source string issues found during the translation process.

  • fisheye: ortographicorthographic, as in orthographic projection
  • fisheye: seperateseparate
  • subtitles: fix QObject::tr calls with proper plural form support (with the n parameter)

Hope this helps! 🚀

“othographic” → “orthographic”
Currently, the source code on subtitles either assumes subtitle items
to be always in plural form or tries determines plural form by itself.

This commit fixes that by using builtin `QObject::tr` plural support.
@rschiang rschiang changed the title Patch: introduce proper plural form source strings and fix typo Patch: introduce proper plural form strings and fix typo Jan 16, 2025
“shne” → “shine”
@ddennedy
Copy link
Member

Thank you, but this must wait until after the next release because we are late in beta when we do not change strings that can break existing translations (not enough time for translators to update).

“Seperate” → “Separate”
@rschiang
Copy link
Contributor Author

Thank you for the swift reply! Waiting until the next release cycle seems fair.

Please merge them whenever you feel right!

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