Skip to content

Commit

Permalink
Add 'N' to translation dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
andchiind committed Oct 4, 2023
1 parent 05d4848 commit 03edc9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion frontend/src/language/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,6 @@
"Custom": "Custom",
"Hours between inspections": "Hours between inspections",
"Days between inspections": "Days between inspections",
"Confirm plant": "Confirm plant"
"Confirm plant": "Confirm plant",
"N": "N"
}
3 changes: 2 additions & 1 deletion frontend/src/language/no.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,6 @@
"No planned inspection": "Ingen inspeksjon planlagt",
"Hours between inspections": "Timer mellom inspeksjoner",
"Days between inspections": "Dager mellom inspeksjoner",
"Confirm plant": "Bekreft anlegg"
"Confirm plant": "Bekreft anlegg",
"N": "N"
}

0 comments on commit 03edc9d

Please sign in to comment.