-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Updated danish translations #2067
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
Conversation
This update the danish translate and include new translates too. New translate: - pattern - nowhitespace - lettersonly - maxWords - minWords - notEqualTo - integer - extension
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.
One small change, otherwise it looks good to me.
src/localization/messages_da.js
Outdated
range: $.validator.format( "Angiv en værdi mellem {0} og {1}." ), | ||
max: $.validator.format( "Angiv en værdi der højst er {0}." ), | ||
min: $.validator.format( "Angiv en værdi der mindst er {0}." ), | ||
creditcard: "Indtast et gyldigt kreditkortnummer." | ||
minWords: $.validator.format("Indtast venligst mindst {0} ord"), | ||
maxWords: $.validator.format("Indtast venligst højst {0} ord"), |
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.
Please add a space after (
and before )
in the above two lines.
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.
Oh sure, didn't see that error
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.
Mirror bug fix for the PSR-standard
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.
LGTM. Thanks
Thanks a lot for your contribution :) |
This update the danish translate and include new translates too.
New translate: