Skip to content

feat(locale): add Norwegian Nynorsk (nn) locale#22949

Open
arvindfroi wants to merge 1 commit into
vuetifyjs:masterfrom
arvindfroi:add-nn-locale
Open

feat(locale): add Norwegian Nynorsk (nn) locale#22949
arvindfroi wants to merge 1 commit into
vuetifyjs:masterfrom
arvindfroi:add-nn-locale

Conversation

@arvindfroi

Copy link
Copy Markdown

Adds a Norwegian Nynorsk (nn) locale. Vuetify already ships Norwegian Bokmål (no); this adds the other official written standard of Norwegian.

  • New packages/vuetify/src/locale/nn.ts, mirroring no.ts exactly (same key set), with all strings in Nynorsk.
  • Registered nn in packages/vuetify/src/locale/index.ts (between nl and no).

Disclosure: prepared with AI assistance and reviewed by me as a native Norwegian speaker. Happy to adjust any wording.

@J-Sek

J-Sek commented Jun 28, 2026

Copy link
Copy Markdown
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',

@J-Sek

J-Sek commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

GitHub is having partial outage and I cannot make supplemental change on your branch.
I wish to include a small change in internationalization.md:

- - **no** - Norwegian (Norsk)
+ - **nn** - Norwegian (Norsk nynorsk)
+ - **no** - Norwegian (Norsk bokmål)

@J-Sek J-Sek added the i18n Internationalization issue label Jun 28, 2026

@J-Sek J-Sek left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just a few pieces to refine and we should be ready to merge it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

i18n Internationalization issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants