From 56a126712c5078420a07a42b91b6eb9c79c73d6d Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 29 Jan 2018 12:27:24 -0800 Subject: [PATCH] GUACAMOLE-273: Add parameter value and translation string for Portuguese Brazilian keyboard 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 39b5ae1d2..9f2b4a9e8 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 @@ -99,6 +99,7 @@ "fr-ch-qwertz", "it-it-qwerty", "ja-jp-qwerty", + "pt-br-qwerty", "sv-se-qwerty", "tr-tr-qwerty" ] diff --git a/guacamole/src/main/webapp/translations/en.json b/guacamole/src/main/webapp/translations/en.json index 667393038..98e20b542 100644 --- a/guacamole/src/main/webapp/translations/en.json +++ b/guacamole/src/main/webapp/translations/en.json @@ -393,6 +393,7 @@ "FIELD_OPTION_SERVER_LAYOUT_FR_FR_AZERTY" : "French (Azerty)", "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)", "FIELD_OPTION_SERVER_LAYOUT_SV_SE_QWERTY" : "Swedish (Qwerty)", "FIELD_OPTION_SERVER_LAYOUT_TR_TR_QWERTY" : "Turkish-Q (Qwerty)",