Skip to content

Commit cd1db1e

Browse files
committed
fix(localization): refine Arabic and English snackbar messages and labels
- Update Arabic snackbar message for no followed items - Update English snackbar message for no followed items - Update English label for "Event Country" in filter options
1 parent f51c656 commit cd1db1e

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

lib/l10n/app_localizations.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ abstract class AppLocalizations {
371371
/// Filter page label indication where the hadline event has took place
372372
///
373373
/// In en, this message translates to:
374-
/// **'Event Country'**
374+
/// **'Country of Event'**
375375
String get headlinesFeedFilterEventCountryLabel;
376376

377377
/// Filter page label indication where the headline source is located
@@ -1391,7 +1391,7 @@ abstract class AppLocalizations {
13911391
/// Snackbar message shown when user tries to apply followed filters but has none.
13921392
///
13931393
/// In en, this message translates to:
1394-
/// **'You are not following any categories or sources to apply as a filter.'**
1394+
/// **'You are not following any items to use as a filter.'**
13951395
String get noFollowedItemsForFilterSnackbar;
13961396

13971397
/// Headline for the request code page

lib/l10n/app_localizations_ar.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ class AppLocalizationsAr extends AppLocalizations {
713713

714714
@override
715715
String get noFollowedItemsForFilterSnackbar =>
716-
'أنت لا تتابع أي فئات أو مصادر لتطبيقها كفلتر.';
716+
'أنت لا تتبع أي عناصر لتطبيقها كفلتر.';
717717

718718
@override
719719
String get requestCodePageHeadline => 'أدخل بريدك الإلكتروني';

lib/l10n/app_localizations_en.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class AppLocalizationsEn extends AppLocalizations {
151151
String get headlinesFeedFilterSourceReuters => 'Reuters';
152152

153153
@override
154-
String get headlinesFeedFilterEventCountryLabel => 'Event Country';
154+
String get headlinesFeedFilterEventCountryLabel => 'Country of Event';
155155

156156
@override
157157
String get headlinesFeedFilterSourceCountryLabel => 'Source Headquarter';
@@ -713,7 +713,7 @@ class AppLocalizationsEn extends AppLocalizations {
713713

714714
@override
715715
String get noFollowedItemsForFilterSnackbar =>
716-
'You are not following any categories or sources to apply as a filter.';
716+
'You are not following any items to use as a filter.';
717717

718718
@override
719719
String get requestCodePageHeadline => 'Enter Your Email';

lib/l10n/arb/app_ar.arb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@
926926
"@mustBeLoggedInToUseFeatureError": {
927927
"description": "Error message shown when a logged-in user is required for a feature"
928928
},
929-
"noFollowedItemsForFilterSnackbar": "أنت لا تتابع أي فئات أو مصادر لتطبيقها كفلتر.",
929+
"noFollowedItemsForFilterSnackbar": "أنت لا تتبع أي عناصر لتطبيقها كفلتر.",
930930
"@noFollowedItemsForFilterSnackbar": {
931931
"description": "Snackbar message shown when user tries to apply followed filters but has none."
932932
},

lib/l10n/arb/app_en.arb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
"@headlinesFeedFilterSourceReuters": {
187187
"description": "Filter option for Reuters source"
188188
},
189-
"headlinesFeedFilterEventCountryLabel": "Event Country",
189+
"headlinesFeedFilterEventCountryLabel": "Country of Event",
190190
"@headlinesFeedFilterEventCountryLabel": {
191191
"description": "Filter page label indication where the hadline event has took place"
192192
},
@@ -928,7 +928,7 @@
928928
"@mustBeLoggedInToUseFeatureError": {
929929
"description": "Error message shown when a logged-in user is required for a feature"
930930
},
931-
"noFollowedItemsForFilterSnackbar": "You are not following any categories or sources to apply as a filter.",
931+
"noFollowedItemsForFilterSnackbar": "You are not following any items to use as a filter.",
932932
"@noFollowedItemsForFilterSnackbar": {
933933
"description": "Snackbar message shown when user tries to apply followed filters but has none."
934934
},

0 commit comments

Comments
 (0)