diff --git a/Contestation/Demandereconnaissancefaciale.php b/Contestation/Demandereconnaissancefaciale.php index a911f7f..c6dba87 100755 --- a/Contestation/Demandereconnaissancefaciale.php +++ b/Contestation/Demandereconnaissancefaciale.php @@ -156,12 +156,20 @@ function t($key, $lang, $translations, $params) { + var_dump( + array( + "params" => $params, + ) + ); + $text = $translations[$lang][$key] ?? $key; + /* if (!empty($params)) { return vsprintf($text, $params); } - + */ + return $text; }