Skip to content

Commit 193b152

Browse files
committed
feat(l10n): add Arabic translations for new strings and improve existing ones
- Add Arabic translations for "headlineDeleted" and "undo" strings - Improve "archive" translation and its description - Ensure proper formatting and consistency in JSON structure
1 parent dfc4263 commit 193b152

File tree

2 files changed

+26
-5
lines changed

2 files changed

+26
-5
lines changed

lib/l10n/arb/app_ar.arb

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,6 +1148,17 @@
11481148
},
11491149
"archive": "أرشفة",
11501150
"@archive": {
1151-
"description": "تلميح لزر الأرشفة"
1152-
}
1151+
"description": "تلميح لأرشفة زر"
1152+
},
1153+
"headlineDeleted": "تم حذف ''{title}''.",
1154+
"@headlineDeleted": {
1155+
"description": "رسالة Snackbar عند حذف عنوان",
1156+
"placeholders": {
1157+
"title": {
1158+
"type": "String",
1159+
"example": "عاجل"
1160+
}
1161+
}
1162+
},
1163+
"undo": "تراجع"
11531164
}

lib/l10n/arb/app_en.arb

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,8 +1080,7 @@
10801080
"feedActionTypeEnableNotifications": "Enable Notifications",
10811081
"@feedActionTypeEnableNotifications": {
10821082
"description": "Feed action type for enabling notifications"
1083-
}
1084-
,
1083+
},
10851084
"countryPickerSearchLabel": "Search",
10861085
"@countryPickerSearchLabel": {
10871086
"description": "Label for the search input in the country picker"
@@ -1149,5 +1148,16 @@
11491148
"archive": "Archive",
11501149
"@archive": {
11511150
"description": "Tooltip for the archive button"
1152-
}
1151+
},
1152+
"headlineDeleted": "Deleted ''{title}''.",
1153+
"@headlineDeleted": {
1154+
"description": "Snackbar message when a headline is deleted",
1155+
"placeholders": {
1156+
"title": {
1157+
"type": "String",
1158+
"example": "Breaking News"
1159+
}
1160+
}
1161+
},
1162+
"undo": "Undo"
11531163
}

0 commit comments

Comments
 (0)