mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-15 11:22:23 +08:00
translateToZh (#342)
This commit is contained in:
@@ -26,6 +26,13 @@ export const config = {
|
||||
return `Translate the following into English and only show me the translated content:\n${selection}`
|
||||
},
|
||||
},
|
||||
translateToZh: {
|
||||
icon: <Globe />,
|
||||
label: 'Translate (To Chinese)',
|
||||
genPrompt: async (selection) => {
|
||||
return `Translate the following into Chinese and only show me the translated content:\n${selection}`
|
||||
},
|
||||
},
|
||||
translateBidi: {
|
||||
icon: <Globe />,
|
||||
label: 'Translate (Bidirectional)',
|
||||
|
||||
Reference in New Issue
Block a user