update i18n for layout

This commit is contained in:
JimmFly
2022-08-29 18:41:07 +08:00
parent bd9796bd25
commit db5a72f94f
14 changed files with 177 additions and 20 deletions
@@ -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',
},