Skip to content

Commit 5ca32f3

Browse files
committed
feat: Add initial search page text to l10n
- Added headline to search page - Added subheadline to search page
1 parent bd994e1 commit 5ca32f3

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

lib/l10n/arb/app_ar.arb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,5 +622,14 @@
622622
"searchHintTextCountry": "مثال: الولايات المتحدة, اليابان, البرازيل...",
623623
"@searchHintTextCountry": {
624624
"description": "Hint text for searching countries"
625+
},
626+
627+
"searchPageInitialHeadline": "ابدأ بحثك",
628+
"@searchPageInitialHeadline": {
629+
"description": "Generic headline for the initial state of the search page"
630+
},
631+
"searchPageInitialSubheadline": "اختر نوعًا وأدخل كلمات رئيسية للبدء.",
632+
"@searchPageInitialSubheadline": {
633+
"description": "Generic subheadline for the initial state of the search page"
625634
}
626635
}

lib/l10n/arb/app_en.arb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,5 +622,14 @@
622622
"searchHintTextCountry": "e.g., USA, Japan, Brazil...",
623623
"@searchHintTextCountry": {
624624
"description": "Hint text for searching countries"
625+
},
626+
627+
"searchPageInitialHeadline": "Start Your Search",
628+
"@searchPageInitialHeadline": {
629+
"description": "Generic headline for the initial state of the search page"
630+
},
631+
"searchPageInitialSubheadline": "Select a type and enter keywords to begin.",
632+
"@searchPageInitialSubheadline": {
633+
"description": "Generic subheadline for the initial state of the search page"
625634
}
626635
}

0 commit comments

Comments
 (0)