perf: 支持 西班牙 Keyboard Layout

pull/12312/head
feng 2023-12-12 17:12:45 +08:00 committed by Bryan
parent 696397fdb0
commit 8801003461
1 changed files with 2 additions and 0 deletions

View File

@ -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):