GUACAMOLE-204: Remove unnecessary empty translations.
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/bf5fb64b Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/bf5fb64b Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/bf5fb64b Branch: refs/heads/master Commit: bf5fb64bf26041808b08dc6756d4945a743087bc Parents: f569bf5 Author: Nick Couchman <[email protected]> Authored: Tue Mar 28 08:30:20 2017 -0400 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 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/bf5fb64b/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 44a3ebf..2561a32 100644 --- a/extensions/guacamole-auth-cas/src/main/resources/guac-manifest.json +++ b/extensions/guacamole-auth-cas/src/main/resources/guac-manifest.json @@ -13,10 +13,6 @@ "casModule.js", "casController.js", "casConfig.js" - ], - - "translations" : [ - "translations/en.json" ] } http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/bf5fb64b/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 deleted file mode 100644 index 255d5c3..0000000 --- a/extensions/guacamole-auth-cas/src/main/resources/translations/en.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - - "LOGIN" : { - "FIELD_HEADER_TICKET" : "" - } - -}
