-
Notifications
You must be signed in to change notification settings - Fork 68
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
Edit changelog messages #350
Comments
We should think of how we can inform this to customers so they can update err/warn files, or maybe add a solution/script to update changed phrases. |
@reuvenharrison What do you think about the option to pass a custom Happy to contribute if you think this is a desired feature. |
Hi @gcatanese |
@reuvenharrison Sorry, what I meant is:
The benefits are:
|
Thanks for the clarification. |
I understood it is only possible to change the language. Am I missing something? Is it already possible to override the messages without updating the source code? |
In order to override one or more messages you would need to change the code. |
I suggest two changes to these messages:
for example:
the %s request property's maxLength was increased to %s
will become:
for the %s request property, maxLength was increased from '%s' to '%s'
Originally posted by @reuvenharrison in #345 (comment)
The text was updated successfully, but these errors were encountered: