mirror of https://github.com/jumpserver/jumpserver
perf: 支持 西班牙 Keyboard Layout
parent
696397fdb0
commit
8801003461
|
@ -46,6 +46,8 @@ class KeyboardLayout(TextChoices):
|
|||
FR_CH_QWERTZ = 'fr-ch-qwertz', 'Swiss French (Qwertz)'
|
||||
FR_BE_AZERTY = 'fr-be-azerty', 'Belgian French (Azerty)'
|
||||
TR_TR_QWERTY = 'tr-tr-qwerty', 'Turkish-Q (Qwerty)'
|
||||
ES_ES_QWERTY = 'es-es-qwerty', 'Spanish'
|
||||
ES_LATAM_QWERTY = 'es-latam-qwerty', 'Spanish (Latin American)'
|
||||
|
||||
|
||||
class AppletConnectionMethod(TextChoices):
|
||||
|
|
Loading…
Reference in New Issue