Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
// Human-readable achievement labels (functional/streaks). Key = Achievement::key.
|
||||
return [
|
||||
'first_workout' => 'First workout',
|
||||
'streak_3' => '3-day streak',
|
||||
'streak_7' => '7-day streak',
|
||||
'streak_30' => '30-day streak',
|
||||
'streak_100' => '100-day streak',
|
||||
];
|
||||
Reference in New Issue
Block a user