From 621a7862de80b8aabaed8a5caf7b3fee40c32541 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 29 Jan 2018 12:08:43 -0800 Subject: [PATCH] GUACAMOLE-481: Add parameter value and translation string for Turkish-Q keyboard layout. --- .../src/main/resources/org/apache/guacamole/protocols/rdp.json | 3 ++- guacamole/src/main/webapp/translations/en.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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 c497a0f15..39b5ae1d2 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,7 +99,8 @@ "fr-ch-qwertz", "it-it-qwerty", "ja-jp-qwerty", - "sv-se-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 d73778e05..667393038 100644 --- a/guacamole/src/main/webapp/translations/en.json +++ b/guacamole/src/main/webapp/translations/en.json @@ -394,6 +394,7 @@ "FIELD_OPTION_SERVER_LAYOUT_IT_IT_QWERTY" : "Italian (Qwerty)", "FIELD_OPTION_SERVER_LAYOUT_JA_JP_QWERTY" : "Japanese (Qwerty)", "FIELD_OPTION_SERVER_LAYOUT_SV_SE_QWERTY" : "Swedish (Qwerty)", + "FIELD_OPTION_SERVER_LAYOUT_TR_TR_QWERTY" : "Turkish-Q (Qwerty)", "NAME" : "RDP",