-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add preset subtitle property #6137
Conversation
Use subtitle property instead of name hack for suggestion presets
…and British English locales
Add more documentation indicating how to phrase subtitles
# Conflicts: # data/presets.yaml # data/presets/presets.json
# Conflicts: # data/presets/presets.json
The mechanism currently possible to deliberately not translate a This method is not described or communicated anywhere to the translators yet, but it could. The same method could be used for the subtitle descriptions that may be given for some languages, but not for others, depending on how unambiguous the word in the target language is. |
Putting this feature on hold. See #6412 (comment). |
Closes #6131.
This adds an optional
subtitle
property for presets that displays below the name. It also switches name suggestion presets to use it, removing some hacky code.I didn't merge this directly since it has some special implications for translations that need to be worked out. The usefulness of the subtitle depends on the language, and thus there is not a one-to-one mapping of what presets should get subtitles in English versus any other given language.
Update: I made it so subtitles don't default to English if there's no translation available.