feat(locale): add Norwegian Nynorsk (nn) locale#22949
Open
arvindfroi wants to merge 1 commit into
Open
Conversation
Contributor
|
Could you verify potential improvements: - minLength: 'Du må skrive inn minimum {0} teikn',
+ minLength: 'Du må skrive inn minst {0} teikn',- itemsSelected: '{0} vald',
+ itemsSelected: '{0} valde',- lightnessInput: 'Lysheit',
+ lightnessInput: 'Lysstyrke',- prependAction: '{0} førestilt handling',
+ prependAction: '{0} foranstilt handling', |
Contributor
|
GitHub is having partial outage and I cannot make supplemental change on your branch. - - **no** - Norwegian (Norsk)
+ - **nn** - Norwegian (Norsk nynorsk)
+ - **no** - Norwegian (Norsk bokmål) |
J-Sek
requested changes
Jul 2, 2026
J-Sek
left a comment
Contributor
There was a problem hiding this comment.
just a few pieces to refine and we should be ready to merge it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a Norwegian Nynorsk (
nn) locale. Vuetify already ships Norwegian Bokmål (no); this adds the other official written standard of Norwegian.packages/vuetify/src/locale/nn.ts, mirroringno.tsexactly (same key set), with all strings in Nynorsk.nninpackages/vuetify/src/locale/index.ts(betweennlandno).Disclosure: prepared with AI assistance and reviewed by me as a native Norwegian speaker. Happy to adjust any wording.