diff --git a/family-calendar.php b/family-calendar.php
index bc50397..c650ae1 100644
--- a/family-calendar.php
+++ b/family-calendar.php
@@ -60,9 +60,9 @@ require __DIR__ . '/header.php';
+
@@ -230,7 +230,10 @@ window.I18N = {
'vac_ete': "= tr('vac_ete') ?>",
'leg_school_holidays': "= tr('leg_school_holidays') ?>",
'fc_school_year': "= tr('fc_school_year') ?>",
- 'fc_modal_holidays_title': "= tr('fc_modal_holidays_title') ?>"
+ 'fc_modal_holidays_title': "= tr('fc_modal_holidays_title') ?>",
+ 'fc_alert_burn_days': "= tr('fc_alert_burn_days') ?>",
+ 'fc_alert_burn_jra': "= tr('fc_alert_burn_jra') ?>",
+ 'ANNIV': "= tr('ANNIV') ?>"
};
diff --git a/generate_css_prompt.php b/generate_css_prompt.php
new file mode 100644
index 0000000..ffa1fb1
--- /dev/null
+++ b/generate_css_prompt.php
@@ -0,0 +1,59 @@
+isDir()) continue;
+
+ $filePath = $file->getPathname();
+ $relativePath = str_replace($root, '', $filePath);
+ $ext = pathinfo($filePath, PATHINFO_EXTENSION);
+
+ // 1. EXTRACTION DES FICHIERS .css
+ if ($ext === 'css') {
+ $report .= "/* đ FICHIER SOURCE : $relativePath */\n";
+ $report .= file_get_contents($filePath) . "\n";
+ $report .= str_repeat("-", 40) . "\n\n";
+ }
+
+ // 2. EXTRACTION DES BALISES