-
Notifications
You must be signed in to change notification settings - Fork 130
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
Split language strings to store label and help text separately #228
Comments
What about something like:
and call that instead of "plugin_lang_get" where appropriate. |
Concerning Plugins are not the right place to introduce some kind of help concept. The help string should not be part of the returned string, as the caller would not be able to decide what to do with the help string. I am not sure if it's a good idea to link help strings to our existing message identifiers. |
Apart from your more general remarks on how to introduce and handle help strings, |
Following discussion with @obmsch in #215.
The general idea is to refactor existing labels for the repository update form, such as
into 2 distinct strings
This would require an additional lookup at least in all
$t_vcs->update_repo_form( $t_repo )
variants, for a key (help) which may (intentionally) not exist.The text was updated successfully, but these errors were encountered: