Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Update messages_no.js#2132
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Cleaning up and simplifying Norwegian translations, removing Swedish non-standard translations for validators not included in project source code.
looks good to me, thx. @Arkni any comments? |
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.
Thanks for your contribution.
Aside from the requested change, everything looks good to me.
src/localization/messages_no.js Outdated
range: $.validator.format( "Angi en verdi mellom {0} og {1}." ), | ||
max: $.validator.format( "Angi en verdi som er mindre eller lik {0}." ), | ||
min: $.validator.format( "Angi en verdi som er større eller lik {0}." ), | ||
step: $.validator.format( "Angi en verdi ganger {0}."), | ||
step: $.validator.format( "Angi en verdi ganger {0}."), |
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 revert this change. The space character should remain as it follows our coding style.
OK, fixed. |
thank you guys. |
Cleaning up and simplifying Norwegian translations, removing Swedish non-standard translations for validators not included in project source code.