Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Allow TranslatableMessage object in form option 'help'#41717
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
carsonbot commentedJun 15, 2021
Hey! To help keep things organized, we don't allow "Draft" pull requests. Could you please click the "ready for review" button or close this PR and open a new one when you are done? Note that a pull request does not have to be "perfect" or "ready for merge" when you first open it. We just want it to be ready for a first review. Cheers! Carsonbot |
Uh oh!
There was an error while loading.Please reload this page.
OskarStark commentedJun 18, 2021
Can you add a test case that this works? |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
xabbuh left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
with a minor comment
Uh oh!
There was an error while loading.Please reload this page.
plandolt commentedJun 18, 2021
updated the changelog message according to@xabbuh his comment. BTW: Is it better for you to leave all the commits or squash them regularly and force push this PR? |
xabbuh commentedJun 21, 2021
@scuben Squashing and rebasing is fine, but when can also squash commits while merging as long the PR doesn't have conflicts with the target branch (otherwise it will need to be rebased). |
fabpot commentedJul 4, 2021
Thank you @scuben. |
This PR allows the use of
TranslatableMessage(ort(...)) for a help option the same way the label option already supports this.