From 77208b95e831f9c5be3c8aa8adcdacd8e8f9cb45 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Tue, 11 Mar 2025 11:38:23 +0100 Subject: [PATCH] ui: fix locale json endings --- frontend/app/locales/en.json | 2 +- frontend/app/locales/es.json | 2 +- frontend/app/locales/fr.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/app/locales/en.json b/frontend/app/locales/en.json index 817df12f2..c24fbbb8d 100644 --- a/frontend/app/locales/en.json +++ b/frontend/app/locales/en.json @@ -1496,5 +1496,5 @@ "Bad Requests": "Bad Requests", "Tap Rage": "Tap Rage", "More attribute": "More attribute", - "More attributes": "More attributes", + "More attributes": "More attributes" } diff --git a/frontend/app/locales/es.json b/frontend/app/locales/es.json index 9d6fbdc6e..e3438eebc 100644 --- a/frontend/app/locales/es.json +++ b/frontend/app/locales/es.json @@ -1496,5 +1496,5 @@ "Bad Requests": "Solicitudes incorrectas", "Tap Rage": "Ira al tocar", "More attribute": "Más atributos", - "More attributes": "Más atributos", + "More attributes": "Más atributos" } diff --git a/frontend/app/locales/fr.json b/frontend/app/locales/fr.json index 2d44b5df2..bdf4162bc 100644 --- a/frontend/app/locales/fr.json +++ b/frontend/app/locales/fr.json @@ -1496,5 +1496,5 @@ "Bad Requests": "Mauvaises requêtes", "Tap Rage": "Rage au tap", "More attribute": "Plus d'attributs", - "More attributes": "Plus d'attributs", + "More attributes": "Plus d'attributs" }