You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class-validator is usefull but errors are only in english (or have I missed something ?) It is quite inconvenient to manually enter messages when it could be automatic.
Proposed solution
This could be done in the ValidatorOptions interface via a locale property.
exportinterfaceValidatorOptions{locale: 'fr',}
Or in the decorators options.
@Max(10,{locale: 'fr'})
The text was updated successfully, but these errors were encountered:
Description
class-validator
is usefull but errors are only in english (or have I missed something ?) It is quite inconvenient to manually enter messages when it could be automatic.Proposed solution
This could be done in the
ValidatorOptions
interface via alocale
property.Or in the decorators options.
The text was updated successfully, but these errors were encountered: