feat: add support for publishing highlights

This commit is contained in:
codytseng
2025-12-18 21:53:07 +08:00
parent c4881e3435
commit 079a2f90ef
29 changed files with 578 additions and 171 deletions

View File

@@ -384,6 +384,7 @@ export default {
'reacted to your note': 'تفاعل مع ملاحظتك',
'reposted your note': 'أعاد نشر ملاحظتك',
'zapped your note': 'زاب ملاحظتك',
'highlighted your note': 'أبرز ملاحظتك',
'zapped you': 'زابك',
'Mark as read': 'تعليم كمقروء',
Report: 'تبليغ',
@@ -583,6 +584,9 @@ export default {
'Special Follow': 'متابعة خاصة',
'Unfollow Special': 'إلغاء المتابعة الخاصة',
'Personal Feeds': 'التدفقات الشخصية',
'Relay Feeds': 'تدفقات الترحيل'
'Relay Feeds': 'تدفقات الترحيل',
'Create Highlight': 'إنشاء تمييز',
'Write your thoughts about this highlight...': 'اكتب أفكارك حول هذا التمييز...',
'Publish Highlight': 'نشر التمييز'
}
}