From 88010034614ac263f46d5171f0999d9d5053cee0 Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Tue, 12 Dec 2023 17:12:45 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=94=AF=E6=8C=81=20=E8=A5=BF=E7=8F=AD?= =?UTF-8?q?=E7=89=99=20Keyboard=20Layout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/users/const.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/users/const.py b/apps/users/const.py index a2ddb4ce9..6b6fd5fa8 100644 --- a/apps/users/const.py +++ b/apps/users/const.py @@ -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):