File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -302,9 +302,9 @@ const SettingsComponent = () => {
302
302
size = { 16 }
303
303
/>
304
304
< SettingNavLinkItem
305
- label = { t ( lngKeys . SettingsUserForum ) }
306
- href = 'https://github.com/BoostIO/BoostNote-App/discussions'
307
- id = 'forum -link'
305
+ label = { t ( lngKeys . SettingsReleaseNotes ) }
306
+ href = 'https://github.com/BoostIO/BoostNote-App/discussions/categories/releases '
307
+ id = 'release-note -link'
308
308
/>
309
309
310
310
< SettingNavLinkItem
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ const enTranslation: TranslationSource = {
68
68
[ lngKeys . SettingsShowEditorLineNumbers ] : 'Editor Line Numbers' ,
69
69
[ lngKeys . SettingsEnableEditorSpellcheck ] : 'Editor Spellcheck' ,
70
70
[ lngKeys . SettingsIndentSize ] : 'Editor Indent Size' ,
71
- [ lngKeys . SettingsUserForum ] : 'User Forum (New!) ' ,
71
+ [ lngKeys . SettingsReleaseNotes ] : 'Release Notes ' ,
72
72
[ lngKeys . ManagePreferences ] : 'Manage your preferences.' ,
73
73
[ lngKeys . ManagePreferencesMarkdownPreview ] :
74
74
'Manage your Markdown preview preferences.' ,
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ const frTranslation: TranslationSource = {
70
70
[ lngKeys . SettingsEnableEditorSpellcheck ] :
71
71
'Éditeur de vérification orthographique' ,
72
72
[ lngKeys . SettingsIndentSize ] : "Taille de l'indentation pour l'éditeur" ,
73
- [ lngKeys . SettingsUserForum ] : "Forum d'utilisateurs (nouveau!) " ,
73
+ [ lngKeys . SettingsReleaseNotes ] : "Release Notes " ,
74
74
[ lngKeys . ManagePreferences ] : 'Gérez vos préférences.' ,
75
75
[ lngKeys . ManagePreferencesMarkdownPreview ] :
76
76
'Gérez vos préférences de prévisualisation Markdown.' ,
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ const jpTranslation: TranslationSource = {
68
68
[ lngKeys . SettingsShowEditorLineNumbers ] : 'エディタの行番号' ,
69
69
[ lngKeys . SettingsEnableEditorSpellcheck ] : 'スペルチェックエディタ' ,
70
70
[ lngKeys . SettingsIndentSize ] : 'エディタインデントのサイズ' ,
71
- [ lngKeys . SettingsUserForum ] : 'ユーザーフォーラム(New!!) ' ,
71
+ [ lngKeys . SettingsReleaseNotes ] : 'リリースノート ' ,
72
72
[ lngKeys . ManagePreferences ] : 'あなた好みにカスタマイズしましょう。' ,
73
73
[ lngKeys . ManagePreferencesMarkdownPreview ] :
74
74
'Markdownプレビュー設定を管理します。' ,
Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ export enum lngKeys {
423
423
FormSelectImage = 'form.image.select' ,
424
424
FormChangeImage = 'form.image.change' ,
425
425
426
- SettingsUserForum = 'settings.user.forum ' ,
426
+ SettingsReleaseNotes = 'settings.release.notes ' ,
427
427
428
428
SidebarViewOptions = 'sidebar.view.options' ,
429
429
SidebarSettingsAndMembers = 'sidebar.settings.member' ,
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ const zhTranslation: TranslationSource = {
67
67
[ lngKeys . SettingsShowEditorLineNumbers ] : '编辑器行号' ,
68
68
[ lngKeys . SettingsEnableEditorSpellcheck ] : '拼写检查编辑器' ,
69
69
[ lngKeys . SettingsIndentSize ] : '编辑器缩进大小' ,
70
- [ lngKeys . SettingsUserForum ] : '用户论坛(新!) ' ,
70
+ [ lngKeys . SettingsReleaseNotes ] : 'Release Notes ' ,
71
71
[ lngKeys . ManagePreferences ] : '管理您的首选项。' ,
72
72
[ lngKeys . ManagePreferencesMarkdownPreview ] : '管理您的 Markdown 预览首选项。' ,
73
73
[ lngKeys . ManageProfile ] : '管理你的档案。' ,
You can’t perform that action at this time.
0 commit comments