Move about page link from account to settings

This commit is contained in:
2024-08-02 00:29:51 +08:00
parent 0a5604d0ff
commit 34a2fe3988
4 changed files with 27 additions and 4 deletions

View File

@ -10,6 +10,7 @@ const i18nEnglish = {
'draft': 'Draft',
'draftSave': 'Save',
'draftBox': 'Draft Box',
'more': 'More',
'share': 'Share',
'feed': 'Feed',
'feedSearch': 'Search Feed',

View File

@ -18,6 +18,7 @@ const i18nSimplifiedChinese = {
'draft': '草稿',
'draftSave': '存为草稿',
'draftBox': '草稿箱',
'more': '更多',
'share': '分享',
'feed': '资讯',
'feedSearch': '搜索资讯',