diff --git a/public/index.html b/public/index.html index 34ff623..7423dd6 100644 --- a/public/index.html +++ b/public/index.html @@ -20,7 +20,8 @@
- diff --git a/public/lang/de.json b/public/lang/de.json index 220c92f..717d164 100644 --- a/public/lang/de.json +++ b/public/lang/de.json @@ -19,5 +19,6 @@ "alt-tiaki": "Bild des Tiaki-Käfigs, ein Drahtkäfig mit vier Türen die erlauben die gesamte Vorderseite zu öffnen. Auf halber Höhe ist eine weitere Vollebene.", "cage-measurements": "Käfigmaße", "cage-complies-with-all-criteria": "Der Käfig erfüllt alle Kriterien!", - "cage-for-x-rats": "Käfig für {{ num_rats }} Ratten" + "cage-for-x-rats": "Käfig für {{ num_rats }} Ratten", + "change-language": "Sprache ändern" } \ No newline at end of file diff --git a/public/lang/en.json b/public/lang/en.json index 2a1d03c..8dccfee 100644 --- a/public/lang/en.json +++ b/public/lang/en.json @@ -19,5 +19,6 @@ "alt-tiaki": "A picture of a decorated wire bar cage with four doors that allow to open the full front of the cage.", "cage-measurements": "Cage measurements", "cage-complies-with-all-criteria": "This cage complies with all criteria!", - "cage-for-x-rats": "Cage for {{ num_rats }} rats" + "cage-for-x-rats": "Cage for {{ num_rats }} rats", + "change-language": "Change language" } \ No newline at end of file