mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-07 04:20:11 +08:00
update i18n for layout
This commit is contained in:
@@ -97,6 +97,13 @@ export const useSettings = (): SettingItem[] => {
|
||||
message.success('Page link copied successfully');
|
||||
},
|
||||
},
|
||||
{
|
||||
type: 'button',
|
||||
name: 'Language',
|
||||
onClick: () => {
|
||||
console.log('Language is change');
|
||||
},
|
||||
},
|
||||
{
|
||||
type: 'separator',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user