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
@@ -212,5 +212,5 @@ it('requires an activity read scope before syncing strava activities', function
$this
->postJson('/api/strava/sync')
->assertUnprocessable()
->assertJsonPath('message', 'La connexion Strava doit autoriser le scope activity:read ou activity:read_all.');
->assertJsonPath('message', __('api.strava.missing_activity_scope'));
});