Skip to content

Commit 2e3fbd6

Browse files
committed
feat(l10n): add Arabic translations for new labels
- Add Arabic translations for 'headline', 'topic', and 'source' - Include descriptions for new labels in both Arabic and English files - Maintain consistency in translation style and formatting
1 parent 6c3c35c commit 2e3fbd6

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

lib/l10n/arb/app_ar.arb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,26 @@
107107
"@headlines": {
108108
"description": "تسمية الصفحة الفرعية للعناوين الرئيسية"
109109
},
110+
"headline": "العنوان الرئيسي",
111+
"@headline": {
112+
"description": "تسمية العنوان الرئيسي"
113+
},
110114
"topics": "المواضيع",
111115
"@topics": {
112116
"description": "تسمية الصفحة الفرعية للمواضيع"
113117
},
118+
"topic": "الموضوع",
119+
"@topic": {
120+
"description": "تسمية الموضوع"
121+
},
114122
"sources": "المصادر",
115123
"@sources": {
116124
"description": "تسمية الصفحة الفرعية للمصادر"
117125
},
126+
"source": "المصدر",
127+
"@source": {
128+
"description": "تسمية المصدر"
129+
},
118130
"appConfiguration": "إعدادات التطبيق",
119131
"@appConfiguration": {
120132
"description": "تسمية عنصر التنقل لإعدادات التطبيق"

lib/l10n/arb/app_en.arb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,26 @@
107107
"@headlines": {
108108
"description": "Label for the headlines subpage"
109109
},
110+
"headline": "Headline",
111+
"@headline": {
112+
"description": "Label for the a singular headline"
113+
},
110114
"topics": "Topics",
111115
"@topics": {
112116
"description": "Label for the topics subpage"
113117
},
118+
"topic": "Topic",
119+
"@topic": {
120+
"description": "Label for the a singular topic"
121+
},
114122
"sources": "Sources",
115123
"@sources": {
116124
"description": "Label for the sources subpage"
117125
},
126+
"source": "Source",
127+
"@source": {
128+
"description": "Label for the a singular source"
129+
},
118130
"appConfiguration": "App Configuration",
119131
"@appConfiguration": {
120132
"description": "Label for the app configuration navigation item"

0 commit comments

Comments
 (0)