From ec108783f5657722a7f4840fa87b9d8a00fa9586 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 30 Oct 2025 00:50:09 +0000 Subject: [PATCH 1/2] Initial plan From 70ef5cf5394017f7d10cde359532033f72bfe287 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 30 Oct 2025 00:57:22 +0000 Subject: [PATCH 2/2] Fix French translation issues (issues 7 and 8) Co-authored-by: Hexagon <419737+Hexagon@users.noreply.github.com> --- config/translations/fr.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/config/translations/fr.js b/config/translations/fr.js index 0a5b0af..d7c1613 100644 --- a/config/translations/fr.js +++ b/config/translations/fr.js @@ -6,9 +6,9 @@ const fr = { "months": { "0": "janvier", "1": "février", - "2": "marcher", + "2": "mars", "3": "avril", - "4": "peut", + "4": "mai", "5": "juin", "6": "juillet", "7": "août", @@ -18,15 +18,15 @@ const fr = { "11": "décembre", }, "months_short": { - "0": "jan", - "1": "fév", - "2": "mar", - "3": "avril", - "4": "peut", + "0": "janv", + "1": "févr", + "2": "mars", + "3": "avr", + "4": "mai", "5": "juin", - "6": "juillet", + "6": "juil", "7": "août", - "8": "sep", + "8": "sept", "9": "oct", "10": "nov", "11": "déc", @@ -80,7 +80,7 @@ const fr = { "fees": "Frais", "factor": "Facteur", "decimals": "Décimales", - "multiplier": "Multiplikator", + "multiplier": "Multiplicateur", }, "countries": { "sv": "Suède", @@ -99,7 +99,7 @@ const fr = { "today_and_tomorrow": "Aujourd'hui et demain", "outstanding_hours": "Heures exceptionnelles", "today": "Aujourd'hui", - "tomorrow": "demain Demain", + "tomorrow": "Demain", "compare_to": "Comparer à", "net_production": "Production nette", "yesterday_and_today": "Hier et aujourd'hui",