feature/internationale #46

Merged
v4l3n71n merged 38 commits from feature/internationale into main 2025-08-06 20:38:37 +00:00
14 changed files with 459 additions and 95 deletions
Showing only changes of commit f8b5c24efd - Show all commits

View File

@@ -66,5 +66,6 @@
"no_picture_published": "No picture published",
"event_update": "Event updated",
"location": "Location",
"add_event": "Add or Update a event"
"add_event": "Add or Update a event",
"edit_image": "Edit pictures"
}

View File

@@ -66,6 +66,6 @@
"no_picture_published": "Image non publiée",
"event_update": "Évènement modifié",
"location": "Lieu",
"add_event": "Ajouter ou modifier un évènement"
"add_event": "Ajouter ou modifier un évènement",
"edit_image": "Changer la photo"
}

View File

@@ -548,7 +548,8 @@ class _EditEventState extends State<EditEvent>
child: ElevatedButton.icon(
onPressed: popCamera,
icon: Icon(Icons.edit, size: 16), // Edit icon
label: Text("Edit Image"), // Button text
label: Text(AppLocalizations.of(context)?.edit_image ??
"Edit pictures"), // Button text
style: ElevatedButton.styleFrom(
backgroundColor: Colors.blue, // Button color
foregroundColor: Colors.white, // Text color