From 991d0ea72549f25418a973908a4fd4cdabb9ee89 Mon Sep 17 00:00:00 2001 From: P-Zs <52539371+P-Zs@users.noreply.github.com> Date: Thu, 4 Jul 2019 17:52:53 +0200 Subject: [PATCH] GUACAMOLE-837: Add Hungarian server layout (keyboard) option reference to en.json --- guacamole/src/main/webapp/translations/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/guacamole/src/main/webapp/translations/en.json b/guacamole/src/main/webapp/translations/en.json index a22dfea81..36aeb6cb9 100644 --- a/guacamole/src/main/webapp/translations/en.json +++ b/guacamole/src/main/webapp/translations/en.json @@ -461,6 +461,7 @@ "FIELD_OPTION_SERVER_LAYOUT_FAILSAFE" : "Unicode", "FIELD_OPTION_SERVER_LAYOUT_FR_CH_QWERTZ" : "Swiss French (Qwertz)", "FIELD_OPTION_SERVER_LAYOUT_FR_FR_AZERTY" : "French (Azerty)", + "FIELD_OPTION_SERVER_LAYOUT_HU_HU_QWERTZ" : "Hungarian (Qwertz)", "FIELD_OPTION_SERVER_LAYOUT_IT_IT_QWERTY" : "Italian (Qwerty)", "FIELD_OPTION_SERVER_LAYOUT_JA_JP_QWERTY" : "Japanese (Qwerty)", "FIELD_OPTION_SERVER_LAYOUT_PT_BR_QWERTY" : "Portuguese Brazilian (Qwerty)",