From 3da7e7eb773f4b650e21718dfad25e584b7e5884 Mon Sep 17 00:00:00 2001 From: Alexis Morin Date: Mon, 8 Jun 2026 03:36:45 -0400 Subject: [PATCH] :bug: Fix French Canada locale not loading correct translations (#10027) * :bug: Fix French Canada locale not loading correct translations Signed-off-by: Alexis Morin * Update CHANGES.md Signed-off-by: Andrey Antukh --------- Signed-off-by: Alexis Morin Signed-off-by: Andrey Antukh Co-authored-by: Andrey Antukh --- frontend/src/app/util/i18n.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/util/i18n.cljs b/frontend/src/app/util/i18n.cljs index 38abf21ac6..4992d61647 100644 --- a/frontend/src/app/util/i18n.cljs +++ b/frontend/src/app/util/i18n.cljs @@ -31,7 +31,7 @@ {:label "Dutch (community)" :value "nl"} {:label "Euskera (community)" :value "eu"} {:label "Français (community)" :value "fr"} - {:label "Français - Canada (community)" :value "fr_CA"} + {:label "Français - Canada (community)" :value "fr_ca"} {:label "Gallego (Community)" :value "gl"} {:label "Hausa (Community)" :value "ha"} {:label "Hrvatski (Community)" :value "hr"}