From 71ee7be019609508c5c71355ef342953c725bb61 Mon Sep 17 00:00:00 2001 From: Frederik <112972665+FrederikFraJylland@users.noreply.github.com> Date: Sun, 25 Sep 2022 19:30:41 +0200 Subject: [PATCH] Added weapon caategory and other translations. Added missing stringfor "actions.loadMore" The weapon categories have just been added, as there are no Danish names for the weapon categories. --- public/locales/da/common.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/locales/da/common.json b/public/locales/da/common.json index a5d830a41..324bedecb 100644 --- a/public/locales/da/common.json +++ b/public/locales/da/common.json @@ -25,6 +25,7 @@ "actions.add": "Tilføj", "actions.remove": "Fjern", "actions.delete": "Slet", + "actions.loadMore": "Indlæs mere", "results": "Resultater", @@ -41,4 +42,16 @@ "tag.name.COUNT": "Tilmeldingsloft", "tag.name.LAN": "LAN", "tag.name.QUALIFIER": "Kvalifikationsturnering" + + "weapon.category.SHOOTERS": "Shooters", + "weapon.category.BLASTERS": "Blasters", + "weapon.category.ROLLERS": "Rollers", + "weapon.category.BRUSHES": "Brushes", + "weapon.category.CHARGERS": "Chargers", + "weapon.category.SLOSHERS": "Sloshers", + "weapon.category.SPLATLINGS": "Splatlings", + "weapon.category.DUALIES": "Dualies", + "weapon.category.BRELLAS": "Brellas", + "weapon.category.STRINGERS": "Stringers", + "weapon.category.SPLATANAS": "Splatanas" }