GUACAMOLE-565: Merge add en translations for terminal-type parameter.

This commit is contained in:
Nick Couchman
2018-06-06 10:15:19 -04:00
3 changed files with 20 additions and 2 deletions

View File

@@ -86,7 +86,7 @@
{
"name" : "terminal-type",
"type" : "ENUM",
"options" : [ "xterm", "xterm-256color", "vt220", "vt100", "ansi", "linux" ]
"options" : [ "", "xterm", "xterm-256color", "vt220", "vt100", "ansi", "linux" ]
}
]
},

View File

@@ -69,7 +69,7 @@
{
"name" : "terminal-type",
"type" : "ENUM",
"options" : [ "xterm", "xterm-256color", "vt220", "vt100", "ansi", "linux" ]
"options" : [ "", "xterm", "xterm-256color", "vt220", "vt100", "ansi", "linux" ]
}
]
},