perf: 支持 西班牙 Keyboard Layout

This commit is contained in:
feng
2023-12-12 17:12:45 +08:00
committed by Bryan
parent 696397fdb0
commit 8801003461

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