mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 18:50:56 +08:00
style: 💄 change chinese-traditional icon to hk
This commit is contained in:
parent
554a1f9421
commit
4268b2b494
@ -133,7 +133,7 @@ const MessageMenubar: FC<Props> = (props) => {
|
||||
onClick: () => handleTranslate('chinese')
|
||||
},
|
||||
{
|
||||
label: '🇹🇼 ' + t('languages.chinese-traditional'),
|
||||
label: '🇭🇰 ' + t('languages.chinese-traditional'),
|
||||
key: 'translate-chinese-traditional',
|
||||
onClick: () => handleTranslate('chinese-traditional')
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user