Skip to content

Commit 0164cef

Browse files
committed
Add noMatchingExersieFound message entry
This message is to be displayed when no exercise items are found. Fixed typo
1 parent 0299510 commit 0164cef

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

lib/l10n/app_ar.arb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,10 @@
420420
"@searchExercise": {
421421
"description": "Label on set form. Selected exercises are added to the set"
422422
},
423+
"noMatchingExerciseFound": "لم نجد تمرين بهذا الأسم",
424+
"@noMatchingExerciseFound": {
425+
"description": "Message returned if no exercise match the searched string"
426+
},
423427
"registerInstead": "ليس لديك حساب ؟ سجّل الان",
424428
"@registerInstead": {},
425429
"aboutMastodonTitle": "Mastodon",

lib/l10n/app_en.arb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@
122122
"@searchExercise": {
123123
"description": "Label on set form. Selected exercises are added to the set"
124124
},
125+
"noMatchingExerciseFound": "No matching exercises found",
126+
"@noMatchingExerciseFound": {
127+
"description": "Message returned if no exercises match the searched string"
128+
},
125129
"searchNamesInEnglish": "Also search for names in English",
126130
"supersetWith": "superset with",
127131
"@supersetWith": {

0 commit comments

Comments
 (0)