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
+3
View File
@@ -27,3 +27,6 @@ if (!function_exists('tr')) {
return $GLOBALS['translations'][$key] ?? $key;
}
}
// Export pour le client (header.php → window.I18N) : pachaConfirm, modules JS, etc.
$current_translations_array = $GLOBALS['translations'] ?? [];