Skip to content

Commit ed01ef4

Browse files
committed
feat: Add unknown and load more error messages
- Added unknown error message - Added load more error message
1 parent 7130cc7 commit ed01ef4

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

lib/l10n/arb/app_ar.arb

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,5 +417,14 @@
417417
"settingsNotificationsSourcesLabel": "المصادر المتابعة",
418418
"@settingsNotificationsSourcesLabel": { "description": "Label for the section to select notification sources" },
419419
"settingsNotificationsCountriesLabel": "البلدان المتابعة",
420-
"@settingsNotificationsCountriesLabel": { "description": "Label for the section to select notification countries" }
420+
"@settingsNotificationsCountriesLabel": { "description": "Label for the section to select notification countries" },
421+
422+
"unknownError": "حدث خطأ غير معروف.",
423+
"@unknownError": {
424+
"description": "Generic error message shown when an operation fails unexpectedly"
425+
},
426+
"loadMoreError": "فشل تحميل المزيد من العناصر.",
427+
"@loadMoreError": {
428+
"description": "Error message shown when pagination fails to load the next set of items"
429+
}
421430
}

lib/l10n/arb/app_en.arb

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,5 +417,14 @@
417417
"settingsNotificationsSourcesLabel": "Followed Sources",
418418
"@settingsNotificationsSourcesLabel": { "description": "Label for the section to select notification sources" },
419419
"settingsNotificationsCountriesLabel": "Followed Countries",
420-
"@settingsNotificationsCountriesLabel": { "description": "Label for the section to select notification countries" }
420+
"@settingsNotificationsCountriesLabel": { "description": "Label for the section to select notification countries" },
421+
422+
"unknownError": "An unknown error occurred.",
423+
"@unknownError": {
424+
"description": "Generic error message shown when an operation fails unexpectedly"
425+
},
426+
"loadMoreError": "Failed to load more items.",
427+
"@loadMoreError": {
428+
"description": "Error message shown when pagination fails to load the next set of items"
429+
}
421430
}

0 commit comments

Comments
 (0)