From 0ab185549f90ec97e21806b16a613ee68cd2b15a Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Wed, 13 May 2026 12:35:02 +0000 Subject: [PATCH] a --- Contestation/Demandereconnaissancefaciale.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Contestation/Demandereconnaissancefaciale.php b/Contestation/Demandereconnaissancefaciale.php index 4cce01f..47054d2 100755 --- a/Contestation/Demandereconnaissancefaciale.php +++ b/Contestation/Demandereconnaissancefaciale.php @@ -156,19 +156,18 @@ function t($key, $lang, $translations, $params) { + $text = $translations[$lang][$key] ?? $key; + var_dump( array( + "text" => $text, "params" => $params, ) ); - $text = $translations[$lang][$key] ?? $key; - - /* if (!empty($params)) { return vsprintf($text, $params); } - */ return $text; }