feat: translations

This commit is contained in:
2026-05-20 20:54:41 +02:00
parent 9aaf311e54
commit bcc067ec67
29 changed files with 703 additions and 47 deletions
+2 -2
View File
@@ -42,8 +42,8 @@ class TestNotification extends Notification
public function toExpoPush($notifiable)
{
return [
'title' => 'Test',
'body' => 'Notification test depuis Laravel API',
'title' => __('api.notifications.test_title'),
'body' => __('api.notifications.test_body'),
'data' => ['test' => true],
];
}