Skip to content

Commit c83f8fe

Browse files
committed
Update server translations
1 parent 1a62f8f commit c83f8fe

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

lib/helpers/i18n.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ String getTranslation(String value, BuildContext context) {
7070
case 'Legs':
7171
return AppLocalizations.of(context).legs;
7272

73+
case 'Max Reps':
74+
return AppLocalizations.of(context).max_reps;
75+
7376
case 'Miles':
7477
return AppLocalizations.of(context).miles;
7578

lib/l10n/app_en.arb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,10 @@
719719
"@legs": {
720720
"description": "Generated entry for translation for server strings"
721721
},
722+
"max_reps": "Max Reps",
723+
"@max_reps": {
724+
"description": "Generated entry for translation for server strings"
725+
},
722726
"miles": "Miles",
723727
"@miles": {
724728
"description": "Generated entry for translation for server strings"

0 commit comments

Comments
 (0)