Skip to content

Commit 9ab2bb0

Browse files
committed
feat(l10n): add breaking news prefix translations
- Add Arabic and English translations for breaking news prefix - Update app_ar.arb and app_en.arb files with new translations - Include description for breaking news prefix in both language files
1 parent a641bd4 commit 9ab2bb0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

lib/l10n/arb/app_ar.arb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1733,5 +1733,9 @@
17331733
"deleteButtonLabel": "حذف",
17341734
"@deleteButtonLabel": {
17351735
"description": "Generic label for a delete button."
1736+
},
1737+
"breakingNewsPrefix": "خبر عاجل",
1738+
"@breakingNewsPrefix": {
1739+
"description": "Prefix text shown for breaking news headlines."
17361740
}
17371741
}

lib/l10n/arb/app_en.arb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1733,5 +1733,9 @@
17331733
"deleteButtonLabel": "Delete",
17341734
"@deleteButtonLabel": {
17351735
"description": "Generic label for a delete button."
1736+
},
1737+
"breakingNewsPrefix": "Breaking News",
1738+
"@breakingNewsPrefix": {
1739+
"description": "Prefix text shown for breaking news headlines."
17361740
}
17371741
}

0 commit comments

Comments
 (0)