mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-10 15:49:29 +08:00
feat(migration): add auto-copy translation mapping for preferences
This commit is contained in:
parent
821f233728
commit
7f34d084cc
@ -736,7 +736,8 @@ export const REDUX_STORE_MAPPINGS = {
|
|||||||
originalKey: 'shortcuts.exit_fullscreen',
|
originalKey: 'shortcuts.exit_fullscreen',
|
||||||
targetKey: 'shortcut.app.exit_fullscreen'
|
targetKey: 'shortcut.app.exit_fullscreen'
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
translate: [{ originalKey: 'settings.autoCopy', targetKey: 'translate.settings.auto_copy' }]
|
||||||
} as const
|
} as const
|
||||||
|
|
||||||
// === AUTO-GENERATED CONTENT END ===
|
// === AUTO-GENERATED CONTENT END ===
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user