Skip to content

Commit

Permalink
GUACAMOLE-1931: Merge add configuration option to allow overwriting t…
Browse files Browse the repository at this point in the history
…ypescript files.
  • Loading branch information
necouchman authored Mar 29, 2024
2 parents 5a135f3 + f5fa04d commit 06374de
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@
"name" : "create-typescript-path",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "typescript-write-existing",
"type" : "BOOLEAN",
"options" : [ "true" ]
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@
"name" : "create-typescript-path",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "typescript-write-existing",
"type" : "BOOLEAN",
"options" : [ "true" ]
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@
"name" : "create-typescript-path",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "typescript-write-existing",
"type" : "BOOLEAN",
"options" : [ "true" ]
}
]
},
Expand Down
4 changes: 4 additions & 0 deletions guacamole/src/main/frontend/src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"FIELD_HEADER_PASSWORD" : "Password:",
"FIELD_HEADER_PASSWORD_AGAIN" : "Re-enter Password:",
"FIELD_HEADER_RECORDING_WRITE_EXISTING" : "Allow writing to existing recording file:",
"FIELD_HEADER_TYPESCRIPT_WRITE_EXISTING" : "Allow writing to existing typescript file:",

"FIELD_PLACEHOLDER_FILTER" : "Filter",

Expand Down Expand Up @@ -524,6 +525,7 @@
"FIELD_HEADER_SCROLLBACK" : "Maximum scrollback size:",
"FIELD_HEADER_TYPESCRIPT_NAME" : "Typescript name:",
"FIELD_HEADER_TYPESCRIPT_PATH" : "Typescript path:",
"FIELD_HEADER_TYPESCRIPT_WRITE_EXISTING" : "@:APP.FIELD_HEADER_TYPESCRIPT_WRITE_EXISTING",
"FIELD_HEADER_USE_SSL" : "Use SSL/TLS",

"FIELD_OPTION_BACKSPACE_EMPTY" : "",
Expand Down Expand Up @@ -753,6 +755,7 @@
"FIELD_HEADER_TIMEZONE" : "Time zone ($TZ):",
"FIELD_HEADER_TYPESCRIPT_NAME" : "Typescript name:",
"FIELD_HEADER_TYPESCRIPT_PATH" : "Typescript path:",
"FIELD_HEADER_TYPESCRIPT_WRITE_EXISTING" : "@:APP.FIELD_HEADER_TYPESCRIPT_WRITE_EXISTING",
"FIELD_HEADER_WOL_BROADCAST_ADDR" : "Broadcast address for WoL packet:",
"FIELD_HEADER_WOL_MAC_ADDR" : "MAC address of the remote host:",
"FIELD_HEADER_WOL_SEND_PACKET" : "Send WoL packet:",
Expand Down Expand Up @@ -837,6 +840,7 @@
"FIELD_HEADER_TERMINAL_TYPE" : "Terminal type:",
"FIELD_HEADER_TYPESCRIPT_NAME" : "Typescript name:",
"FIELD_HEADER_TYPESCRIPT_PATH" : "Typescript path:",
"FIELD_HEADER_TYPESCRIPT_WRITE_EXISTING" : "@:APP.FIELD_HEADER_TYPESCRIPT_WRITE_EXISTING",
"FIELD_HEADER_WOL_BROADCAST_ADDR" : "Broadcast address for WoL packet:",
"FIELD_HEADER_WOL_MAC_ADDR" : "MAC address of the remote host:",
"FIELD_HEADER_WOL_SEND_PACKET" : "Send WoL packet:",
Expand Down

0 comments on commit 06374de

Please sign in to comment.