Skip to content

fix(lang): correct Norwegian (nb-NO) table.selectedRecords + minor fixes#18334

Merged
rstoenescu merged 1 commit into
quasarframework:devfrom
arvindfroi:fix-nb-no-lang
Jul 2, 2026
Merged

fix(lang): correct Norwegian (nb-NO) table.selectedRecords + minor fixes#18334
rstoenescu merged 1 commit into
quasarframework:devfrom
arvindfroi:fix-nb-no-lang

Conversation

@arvindfroi

Copy link
Copy Markdown
Contributor

What it fixes

The Norwegian (nb-NO) language pack had a bug in table.selectedRecords: it printed the English word "row"/"rows" inside Norwegian text, e.g. 3 rows valgt. This rewrites it to proper Norwegian and follows the same singular/plural/zero logic as en-US:

  • 1 → 1 rad valgt.
  • 0 → Ingen rader valgt.
  • n → n rader valgt.

Also in this PR:

  • Removed the stale table.row key (no longer present in en-US).
  • editor.outdent: typo MidreMindre ("Decrease indentation").
  • editor.size7: untranslated MaximumMaksimal.

No other strings changed; key set now matches en-US.

Disclosure

Prepared with AI assistance and reviewed by me as a native Norwegian (Bokmål) speaker.

- table.selectedRecords no longer outputs English "row"/"rows" in Norwegian
  text; now matches en-US pluralization logic
- remove stale table.row key (not present in en-US)
- editor.outdent typo "Midre" -> "Mindre"
- editor.size7 "Maximum" -> "Maksimal"

Copilot AI 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.

Pull request overview

Updates the Norwegian Bokmål (nb-NO) language pack to fix the table.selectedRecords string so it no longer mixes English “row/rows” into Norwegian text, and applies a couple of minor translation/typo corrections. This aligns nb-NO with the current en-US key set (including removal of a stale key).

Changes:

  • Fix table.selectedRecords in nb-NO to produce correct Norwegian strings for 0 / 1 / n selected rows.
  • Remove the stale table.row key from nb-NO to match en-US.
  • Correct editor.outdent typo and translate editor.size7 (“Maximum” → “Maksimal”).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@rstoenescu rstoenescu merged commit d63f5bd into quasarframework:dev Jul 2, 2026
@rstoenescu

Copy link
Copy Markdown
Member

Thanks for contributing!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants