From cfe305e6987160dee3b9cc15835c09f5c21a9790 Mon Sep 17 00:00:00 2001 From: moanos Date: Fri, 18 Apr 2025 01:00:16 +0200 Subject: [PATCH] feat: Adjust title based on language --- public/i18n/de.json | 3 ++- public/i18n/en.json | 3 ++- public/index.html | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/public/i18n/de.json b/public/i18n/de.json index f9bd295..e06455e 100644 --- a/public/i18n/de.json +++ b/public/i18n/de.json @@ -1,5 +1,6 @@ { - "app-name": "Käfigrechner", + "title": "VdRD Käfigrechner für Ratten", + "app-name": "VdRD Käfigrechner für Ratten", "how-many-rats-does-this-cage-fit": "Wie viele Ratten passen in den Käfig?", "what-cage-should-i-get": "Käfiggröße rechnen", "check-existing-cage": "Käfig prüfen", diff --git a/public/i18n/en.json b/public/i18n/en.json index ec8309c..7c6e24e 100644 --- a/public/i18n/en.json +++ b/public/i18n/en.json @@ -1,5 +1,6 @@ { - "app-name": "Cage Calculator", + "title": "VdRD Rat Cage Calculator", + "app-name": "VdRD Rat Cage Calculator", "how-many-rats-does-this-cage-fit": "How many rats does this cage fit?", "what-cage-should-i-get": "Calculate cage size", "check-existing-cage": "Check cage", diff --git a/public/index.html b/public/index.html index b5ced59..03000c6 100644 --- a/public/index.html +++ b/public/index.html @@ -2,7 +2,7 @@ - Käfigrechner + VdRD Käfigrechner @@ -17,7 +17,7 @@