Skip to content

Commit 2de8e60

Browse files
committed
feat(l10n): add translation for source list filter by headquarters page title
- Add Arabic and English translations for the new page title "Headquarters location" - Include descriptions for the new translations in both app_ar.arb and app_en.arb files
1 parent 80a9294 commit 2de8e60

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

lib/l10n/app_localizations.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1922,6 +1922,12 @@ abstract class AppLocalizations {
19221922
/// **'Filter source list'**
19231923
String get sourceListFilterPageFilterButtonTooltip;
19241924

1925+
/// Title for the page where users filter sources by headquarters country.
1926+
///
1927+
/// In en, this message translates to:
1928+
/// **'Headquarters location'**
1929+
String get sourceListFilterByHeadquartersPageTitle;
1930+
19251931
/// The title for the list tile on the account page that navigates to the saved filters management page.
19261932
///
19271933
/// In en, this message translates to:

lib/l10n/app_localizations_ar.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,6 +1009,9 @@ class AppLocalizationsAr extends AppLocalizations {
10091009
@override
10101010
String get sourceListFilterPageFilterButtonTooltip => 'تصفية قائمة المصادر';
10111011

1012+
@override
1013+
String get sourceListFilterByHeadquartersPageTitle => 'مكان المقر';
1014+
10121015
@override
10131016
String get accountSavedFiltersTile => 'الفلاتر المحفوظة';
10141017

lib/l10n/app_localizations_en.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,6 +1010,9 @@ class AppLocalizationsEn extends AppLocalizations {
10101010
@override
10111011
String get sourceListFilterPageFilterButtonTooltip => 'Filter source list';
10121012

1013+
@override
1014+
String get sourceListFilterByHeadquartersPageTitle => 'Headquarters location';
1015+
10131016
@override
10141017
String get accountSavedFiltersTile => 'Saved Filters';
10151018

lib/l10n/arb/app_ar.arb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,6 +1426,10 @@
14261426
"@failedToLoadMoreSources": {
14271427
"description": "رسالة خطأ عند فشل تحميل المزيد من المصادر في صفحة التفاصيل"
14281428
},
1429+
"sourceListFilterByHeadquartersPageTitle": "مكان المقر",
1430+
"@sourceListFilterByHeadquartersPageTitle": {
1431+
"description": "عنوان الصفحة التي يقوم فيها المستخدمون بتصفية المصادر حسب بلد المقر."
1432+
},
14291433
"sourceTypeNewsAgency": "وكالة أنباء",
14301434
"@sourceTypeNewsAgency": {
14311435
"description": "نوع المصدر لوكالة أنباء"

lib/l10n/arb/app_en.arb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,6 +1322,10 @@
13221322
"@sourceListFilterPageFilterButtonTooltip": {
13231323
"description": "Tooltip for the button that opens the source list filter page."
13241324
},
1325+
"sourceListFilterByHeadquartersPageTitle": "Headquarters location",
1326+
"@sourceListFilterByHeadquartersPageTitle": {
1327+
"description": "Title for the page where users filter sources by headquarters country."
1328+
},
13251329
"accountSavedFiltersTile": "Saved Filters",
13261330
"@accountSavedFiltersTile": {
13271331
"description": "The title for the list tile on the account page that navigates to the saved filters management page."

0 commit comments

Comments
 (0)