Skip to content

Commit

Permalink
chore: Storage language
Browse files Browse the repository at this point in the history
Added storage language keys for 'en' and 'no'
  • Loading branch information
Christopher Braathen committed Jun 23, 2024
1 parent 26b63c0 commit 0dedc7c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
Binary file modified bun.lockb
Binary file not shown.
12 changes: 12 additions & 0 deletions messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,17 @@
"newArticle": "New article",
"readTime": "{count, plural, =0 {less than a minute} one {# minute} other {# minutes}} read",
"views": "Views"
},
"storage": {
"title": "Storage",
"hereYouCanSearch": "Here you can search in our storage!",
"wantToBorrow": "Want to borrow something?",
"comeWorkshop": "Come to the workshop!",
"name": "Name",
"sort": "Sort",
"category": "Category",
"borrow": "Borrow",
"itemCount": "{count, plural, =1 {1 piece} other {# pieces}}. in stock.",
"itemLocation": "Shelf location {location}."
}
}
12 changes: 12 additions & 0 deletions messages/no.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,17 @@
"newArticle": "Ny artikkel",
"readTime": "{count, plural, =0 {mindre enn ett minutt} one {# minutt} other {# minutter}} lesing",
"views": "Visninger"
},
"storage": {
"title": "Lager",
"hereYouCanSearch": "Her kan du søke i lageret vårt!",
"wantToBorrow": "Lyst til å låne noe?",
"comeWorkshop": "Kom innom verkstedet!",
"name": "Navn",
"sort": "Sorter",
"category": "Kategori",
"borrow": "Lån",
"itemCount": "{count, plural, =1 {1 stykke} other {# stykk}}. på lager.",
"itemLocation": "Hylleplass {location}."
}
}

0 comments on commit 0dedc7c

Please sign in to comment.