mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-565: Add en translations for terminal-type parameter.
Add en translations for the terminal-type parameter and its enum values. Also add an empty value to the terminal-type enum lists.
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
{
|
||||
"name" : "terminal-type",
|
||||
"type" : "ENUM",
|
||||
"options" : [ "xterm", "xterm-256color", "vt220", "vt100", "ansi", "linux" ]
|
||||
"options" : [ "", "xterm", "xterm-256color", "vt220", "vt100", "ansi", "linux" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@@ -70,7 +70,7 @@
|
||||
{
|
||||
"name" : "terminal-type",
|
||||
"type" : "ENUM",
|
||||
"options" : [ "xterm", "xterm-256color", "vt220", "vt100", "ansi", "linux" ]
|
||||
"options" : [ "", "xterm", "xterm-256color", "vt220", "vt100", "ansi", "linux" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user