From 08acb8dd106e9377241d3f9678ec75a9891ff6a3 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 8 Mar 2020 16:51:40 -0700 Subject: [PATCH] GUACAMOLE-625: Add translation and parameter definition for Latin American layout. --- .../src/main/resources/org/apache/guacamole/protocols/rdp.json | 1 + guacamole/src/main/webapp/translations/en.json | 1 + 2 files changed, 2 insertions(+) diff --git a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json index 932cd85e3..4f1a6150e 100644 --- a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json +++ b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json @@ -96,6 +96,7 @@ "en-gb-qwerty", "en-us-qwerty", "es-es-qwerty", + "es-latam-qwerty", "failsafe", "fr-fr-azerty", "fr-ch-qwertz", diff --git a/guacamole/src/main/webapp/translations/en.json b/guacamole/src/main/webapp/translations/en.json index 3e1519013..95c313444 100644 --- a/guacamole/src/main/webapp/translations/en.json +++ b/guacamole/src/main/webapp/translations/en.json @@ -541,6 +541,7 @@ "FIELD_OPTION_SERVER_LAYOUT_EN_GB_QWERTY" : "UK English (Qwerty)", "FIELD_OPTION_SERVER_LAYOUT_EN_US_QWERTY" : "US English (Qwerty)", "FIELD_OPTION_SERVER_LAYOUT_ES_ES_QWERTY" : "Spanish (Qwerty)", + "FIELD_OPTION_SERVER_LAYOUT_ES_LATAM_QWERTY" : "Latin American (Qwerty)", "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)",