diff options
author | Lars Tveito <larstvei@ifi.uio.no> | 2020-05-11 11:13:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-11 11:13:10 +0200 |
commit | 31e642141f0cc409e4143bfdc03b21bfbdcb2147 (patch) | |
tree | 1f2cd1594b49e4117fa81982dd8acde3aaa78549 | |
parent | a877c17dc1ea541a54e46e3c3214e4d96b70e6cc (diff) |
Add Norwegian (bokmål) i18n translation (#219)
-rw-r--r-- | i18n/nb.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/i18n/nb.yaml b/i18n/nb.yaml new file mode 100644 index 0000000..4b85378 --- /dev/null +++ b/i18n/nb.yaml @@ -0,0 +1,14 @@ +- id: Search + translation: Søk + +- id: Edit this page + translation: Rediger denne siden + +- id: Last modified by + translation: Sist endret av + +- id: Expand + translation: Utvid + +- id: bookSearchConfig + translation: '{ cache: true }' |