Add Alt + Wheel Zoom Shortcut & Fix Localization for Panning & Update zh-CN locale (#1067)

* Add a new shortcut( Alt + wheels ) for zoom in/out

* update zh-CN locale

* Fix a ext-panning problem cound not fit locale

* Style for passing linter
This commit is contained in:
Qscy
2025-09-12 01:48:42 +08:00
committed by GitHub
parent 1dc44cb378
commit 03355487ee
11 changed files with 136 additions and 102 deletions

View File

@@ -2,7 +2,8 @@ export default {
name: 'Розширення: Малювання',
buttons: [
{
title: 'Малювання'
title: 'Малювання',
key: '[Пробіл / колесо миші + перетягування]'
}
]
}