Skip to content
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

Bad french translation in 4.0.5 for inputTooShort #5190

Closed
ragusa87 opened this issue Jan 9, 2018 · 2 comments
Closed

Bad french translation in 4.0.5 for inputTooShort #5190

ragusa87 opened this issue Jan 9, 2018 · 2 comments

Comments

@ragusa87
Copy link

ragusa87 commented Jan 9, 2018

Hello,

Since issue #4988 the french translation is broken for inputTooShort,
You can see an example here:
https://jsbin.com/hinadixacu/edit?html,output
image
The translation only displays an "s".
the code used is

var message = 'Saisissez au moins ' + remainingChars + ' caractère' + (remainingChars>1)?'s':'';

instead of

var message = 'Saisissez au moins ' + remainingChars + ' caractère' + (remainingChars>1?'s':'');

Be sure to fix it before 4.0.6.
Thanks

@alexweissman
Copy link
Contributor

This has already been fixed in the 4.0.6 release candidate. In the future you must check the change log on the develop branch before opening a new issue.

@ragusa87
Copy link
Author

Thanks, my bad. I checked master instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants