Skip to content

Commit

Permalink
fix: correct norwegian translation of second (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
frodeinglum authored Jan 30, 2025
1 parent f75654d commit bcee200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n/locales/nb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export class nb implements Locale {
return "minuttene fra %s til og med %s etter timen";
}
second() {
return "sekund";
return "andre";
}
secondsX0ThroughX1PastTheMinute() {
return "sekundene fra %s til og med %s etter minuttet";
Expand Down

0 comments on commit bcee200

Please sign in to comment.