Skip to content

Commit

Permalink
fix: missing translation keys
Browse files Browse the repository at this point in the history
  • Loading branch information
joonatank committed Sep 12, 2024
1 parent 239af62 commit bc1d432
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/admin-ui/src/i18n/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ i18n.addResourceBundle("fi", "common", {
},
hours: "Tunnit",
minutes: "Minuutit",
goToFrontPage: "Palaa Tilavarauskäsittelyn etusivulle",
gotoFrontpage: "Palaa Tilavarauskäsittelyn etusivulle",
subtract: "Vähennä",
add: "Lisää",
});
i18n.addResourceBundle("en", "common", {
day: "Day",
Expand Down

0 comments on commit bc1d432

Please sign in to comment.