GUACAMOLE-204: Add translation file to display blank login form.
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/3e323f7e Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/3e323f7e Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/3e323f7e Branch: refs/heads/master Commit: 3e323f7e8a0ada91f1ff671583d17544b958a079 Parents: 36297f4 Author: Nick Couchman <[email protected]> Authored: Fri Feb 10 13:56:46 2017 -0500 Committer: Nick Couchman <[email protected]> Committed: Wed May 17 08:54:21 2017 -0400 ---------------------------------------------------------------------- .../guacamole-auth-cas/src/main/resources/guac-manifest.json | 4 ++++ .../src/main/resources/translations/en.json | 7 +++++++ 2 files changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/3e323f7e/extensions/guacamole-auth-cas/src/main/resources/guac-manifest.json ---------------------------------------------------------------------- diff --git a/extensions/guacamole-auth-cas/src/main/resources/guac-manifest.json b/extensions/guacamole-auth-cas/src/main/resources/guac-manifest.json index 2561a32..44a3ebf 100644 --- a/extensions/guacamole-auth-cas/src/main/resources/guac-manifest.json +++ b/extensions/guacamole-auth-cas/src/main/resources/guac-manifest.json @@ -13,6 +13,10 @@ "casModule.js", "casController.js", "casConfig.js" + ], + + "translations" : [ + "translations/en.json" ] } http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/3e323f7e/extensions/guacamole-auth-cas/src/main/resources/translations/en.json ---------------------------------------------------------------------- diff --git a/extensions/guacamole-auth-cas/src/main/resources/translations/en.json b/extensions/guacamole-auth-cas/src/main/resources/translations/en.json new file mode 100644 index 0000000..255d5c3 --- /dev/null +++ b/extensions/guacamole-auth-cas/src/main/resources/translations/en.json @@ -0,0 +1,7 @@ +{ + + "LOGIN" : { + "FIELD_HEADER_TICKET" : "" + } + +}
