-
-
Notifications
You must be signed in to change notification settings - Fork 394
refactor: split translation keys for about screen #845
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
Conversation
<b>
tag
I noticed that you split things like |
Merging this now as it's needed to prevent conflicts with incoming translations, and is needed as a base before #854 can be addressed |
Summary
This PR refactors the "About TagStudio" window by reorganizing its widgets and splitting the translation keys out from the single monolithic
"about.content"
key to several smaller keys. This was prompted due to several hyperlinks being present in the base string which should NOT be made accessible for translators to modify.Changes
about.py
."about.content"
key into"about.description"
,"about.config_path"
,"about.documentation"
,"about.license"
, and more.<b>
tag in the translation key"trash.dialog.permanent_delete_warning"
.Tasks Completed