Skip to content

Commit f8d3b92

Browse files
committed
feat(l10n): add hint text for existing comments
- Add new localization entries for both Arabic and English - Implement hint text to inform users they have already commented on a headline - Update existing comment input field descriptions in app_ar.arb and app_en.arb
1 parent 327b442 commit f8d3b92

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
@@ -2042,5 +2042,9 @@
20422042
"commentInputDisabledHint": "سجل الدخول للانضمام إلى المحادثة",
20432043
"@commentInputDisabledHint": {
20442044
"description": "Hint text for the comment input field when the user is a guest."
2045+
},
2046+
"commentInputExistingHint": "لقد علقت بالفعل على هذا العنوان.",
2047+
"@commentInputExistingHint": {
2048+
"description": "Hint text for the comment input field when the user has already posted a comment."
20452049
}
20462050
}

lib/l10n/arb/app_en.arb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2042,5 +2042,9 @@
20422042
"commentInputDisabledHint": "Sign in to join the conversation",
20432043
"@commentInputDisabledHint": {
20442044
"description": "Hint text for the comment input field when the user is a guest."
2045+
},
2046+
"commentInputExistingHint": "You have already commented on this headline.",
2047+
"@commentInputExistingHint": {
2048+
"description": "Hint text for the comment input field when the user has already posted a comment."
20452049
}
20462050
}

0 commit comments

Comments
 (0)