correction liste de course
Deploy HouseHub / deploy (push) Successful in 2s

This commit is contained in:
2026-05-14 10:47:44 +02:00
parent e6de684f28
commit 9ca290c8ac
+4 -1
View File
@@ -26,4 +26,7 @@ if (!function_exists('tr')) {
function tr($key) {
return $GLOBALS['translations'][$key] ?? $key;
}
}
}
// Export pour le client (header.php → window.I18N) : pachaConfirm, modules JS, etc.
$current_translations_array = $GLOBALS['translations'] ?? [];