Skip to content

Commit 6ca2b01

Browse files
committed
feat(l10n): add logo URL label translations and update descriptions
- Add Arabic and English translations for "logoUrl" label - Update descriptions for "saveAdMessage" localization entries
1 parent bd4af6d commit 6ca2b01

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
@@ -1919,5 +1919,9 @@
19191919
"saveAdMessage": "هل تريد نشر هذا الإعلان أم حفظه كمسودة؟",
19201920
"@saveAdMessage": {
19211921
"description": "رسالة مربع الحوار الذي يطلب حفظ إعلان"
1922+
},
1923+
"logoUrl": "رابط الشعار",
1924+
"@logoUrl": {
1925+
"description": "تسمية حقل إدخال رابط شعار المصدر"
19221926
}
19231927
}

lib/l10n/arb/app_en.arb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1915,5 +1915,9 @@
19151915
"saveAdMessage": "Do you want to publish this ad or save it as a draft?",
19161916
"@saveAdMessage": {
19171917
"description": "Message for the dialog asking to save an ad"
1918+
},
1919+
"logoUrl": "Logo URL",
1920+
"@logoUrl": {
1921+
"description": "Label for the source logo URL input field"
19181922
}
19191923
}

0 commit comments

Comments
 (0)