diff --git a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/ssh.json b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/ssh.json index a71e1fbbc..3d0b4d9a1 100644 --- a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/ssh.json +++ b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/ssh.json @@ -74,6 +74,10 @@ "name" : "command", "type" : "TEXT" }, + { + "name" : "locale", + "type" : "TEXT" + }, { "name" : "server-alive-interval", "type" : "NUMERIC" diff --git a/guacamole/src/main/webapp/translations/en.json b/guacamole/src/main/webapp/translations/en.json index 9fc69efca..b5ab0d5f3 100644 --- a/guacamole/src/main/webapp/translations/en.json +++ b/guacamole/src/main/webapp/translations/en.json @@ -491,6 +491,7 @@ "FIELD_HEADER_ENABLE_SFTP" : "Enable SFTP:", "FIELD_HEADER_HOST_KEY" : "Public host key (Base64):", "FIELD_HEADER_HOSTNAME" : "Hostname:", + "FIELD_HEADER_LOCALE" : "Language/Locale ($LANG):", "FIELD_HEADER_USERNAME" : "Username:", "FIELD_HEADER_PASSWORD" : "Password:", "FIELD_HEADER_PASSPHRASE" : "Passphrase:",