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

sv-SE.js maxLength threshold is inclusive #581

Closed
wants to merge 1 commit into from
Closed

sv-SE.js maxLength threshold is inclusive #581

wants to merge 1 commit into from

Conversation

adbre
Copy link

@adbre adbre commented Sep 12, 2015

The error message should not suggest the user is required to enter less than maxLength, since the threshold is inclusive.

"Fyll i färre än {0} tecken" translates to "Enter less than {0} characters".
"Fyll inte i fler än {0} tecken" translates to "Do not enter more than {0} characters", which is more correct.

The error message should not suggest the user is required to enter less than maxLength, since the threshold is inclusive.

"Fyll i färre än {0} tecken" translates to "Enter less than {0} characters".
"Fyll inte i fler än {0} tecken" translates to "Do not enter more than {0} characters", which is more correct.
@crissdev crissdev added this to the 2.1.0 milestone Sep 12, 2015
crissdev pushed a commit that referenced this pull request Sep 13, 2015
maxLength threshold is inclusive

Closes #581
@crissdev
Copy link
Member

Thanks @adbre

Landed in v2.1.0 branch. c3405ba

crissdev pushed a commit that referenced this pull request Aug 22, 2018
maxLength threshold is inclusive

Closes #581
crissdev pushed a commit that referenced this pull request Oct 5, 2019
It said 'Enter less than x characters' in Swedish while x characters is okay as well.
Now it says 'Enter x characters or less.'

Closes #668, closes #581
@crissdev crissdev mentioned this pull request Oct 8, 2019
crissdev pushed a commit that referenced this pull request Oct 9, 2019
It said 'Enter less than x characters' in Swedish while x characters is okay as well.
Now it says 'Enter x characters or less.'

Closes #668, closes #581
@crissdev crissdev closed this in b24c7d3 Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants