-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Norwegian: Completed! #1747
Norwegian: Completed! #1747
Conversation
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.
Problem with validation-inline and :attribute
and don't set sort of tags
'previous' => '« Forrige', | ||
'next' => 'Neste »', |
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.
why set the order ?
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.
Compared to and changed according to the English file.
locales/nb/validation-inline.php
Outdated
'numeric' => ':attribute må være mellom :min - :max.', | ||
'file' => ':attribute må være mellom :min - :max kilobytes.', | ||
'string' => ':attribute må være mellom :min - :max tegn.', | ||
'array' => ':attribute må ha mellom :min - :max elementer.', |
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.
sort
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.
Same here, compared to and changed according to the English file.
'string' => ':attribute må være mellom :min - :max tegn.', | ||
'array' => ':attribute må ha mellom :min - :max elementer.', |
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.
sort
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.
Same here, compared to and changed according to the English file.
Thank you, I will sort tags |
For country names, if it's same, we can add its in exclude file |
Yes, I have checked everything. |
Ok, I add these tags ( see: https://laravel-lang.github.io/lang/statuses/nb.html ) in exclude file |
Full comparison with English file, updated accordingly. Including countries!