From 0e94f61a3717bca4bafedacadea42292b59fdc91 Mon Sep 17 00:00:00 2001 From: timothyylim Date: Mon, 26 Jan 2026 15:42:40 +0800 Subject: [PATCH 1/2] Update French translations (fr.json) Updates/improves French translations in language/fr.json. Changes include: - Translated missing UI labels and descriptions - Maintained consistency with H5P translation conventions --- language/fr.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/language/fr.json b/language/fr.json index 223200e3..cceece93 100644 --- a/language/fr.json +++ b/language/fr.json @@ -115,8 +115,8 @@ "default": "Questions" }, { - "label": "Instruction for navigating question set with screenreader", - "default": "Choose question to display" + "label": "Instructions de navigation dans la série de questions pour les lecteurs d'écran", + "default": "Choisir la question à afficher" } ] }, @@ -155,7 +155,7 @@ "description": "Ce titre sera affiché à la fin du quiz quand l'utilisateur aura répondu à toutes les questions." }, { - "label": "Score announcer", + "label": "Annonceur de score", "description": "Cette vignette sera utilisée pour annoncer la note finale à l'utilisateur sur l'écran de fin", "default": "Vous avez obtenu @finals sur @totals points" }, @@ -222,7 +222,7 @@ "default": "Terminer" }, { - "label": "Submit button text", + "label": "Texte du bouton soumettre", "default": "Soumettre" }, { From 544ffab0bfe3b870f642e28fc0fdc98c18a5a5a6 Mon Sep 17 00:00:00 2001 From: timothyylim Date: Mon, 26 Jan 2026 15:46:19 +0800 Subject: [PATCH 2/2] Fix Hungarian translation structure (hu.json) Adds missing field placeholder to match semantics.json structure. --- language/hu.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/language/hu.json b/language/hu.json index 0bcf375b..b440aeb5 100644 --- a/language/hu.json +++ b/language/hu.json @@ -76,7 +76,8 @@ { "label": "Meg nem válaszolt kérdés szövege", "default": "Meg nem válaszolt" }, { "label": "Megválaszolt kérdés szövege", "default": "Megválaszolt" }, { "label": "Jelenlegi kérdés szövege", "default": "Jelenlegi kérdés" }, - { "label": "Navigációs címke olvasóhanghoz", "default": "Kérdések" } + { "label": "Navigációs címke olvasóhanghoz", "default": "Kérdések" }, + {} ] }, {