🐛 Fix content previewing will show attachments

This commit is contained in:
2024-08-01 16:28:48 +08:00
parent 47d03ce1e5
commit 9765b200b9
5 changed files with 31 additions and 11 deletions

View File

@ -129,7 +129,7 @@ const i18nEnglish = {
'postAction': 'Post',
'postEdited': 'Edited at @date',
'postNewCreated': 'Created at @date',
'postAttachmentTip': '@count attachment(s)',
'attachmentHint': '@count attachment(s)',
'postInRealm': 'In @realm',
'postDetail': 'Post',
'postReplies': 'Replies',

View File

@ -124,7 +124,7 @@ const i18nSimplifiedChinese = {
'postEdited': '编辑于 @date',
'postNewCreated': '创建于 @date',
'postInRealm': '发表于 @realm',
'postAttachmentTip': '@count 个附件',
'attachmentHint': '@count 个附件',
'postDetail': '帖子详情',
'postReplies': '帖子回复',
'postPublish': '编辑帖子',