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
+1 -1
View File
@@ -60,7 +60,7 @@ it('deletes the authenticated account and related data', function () {
$this->deleteJson('/api/auth/me')
->assertOk()
->assertJsonPath('message', 'Compte supprimé avec succès');
->assertJsonPath('message', __('api.auth.deleted'));
$this->assertDatabaseMissing('users', ['id' => $user->getKey()]);
$this->assertDatabaseMissing('meal_posts', ['id' => $localMealPost->getKey()]);