summaryrefslogtreecommitdiffstats
path: root/src/main/resources/guac-manifest.json
diff options
context:
space:
mode:
authorUdo Walter2020-06-30 21:22:02 +0200
committerUdo Walter2020-06-30 21:22:02 +0200
commitf6edaeb1894777eec6184fdb9c1f39768d1aa219 (patch)
treeeb3510b7ba6af925efafbcbb895d861ace8affa8 /src/main/resources/guac-manifest.json
parentFallback to getIdentifier() if credential's username is null (diff)
downloadbwlp-guacamole-ext-f6edaeb1894777eec6184fdb9c1f39768d1aa219.tar.gz
bwlp-guacamole-ext-f6edaeb1894777eec6184fdb9c1f39768d1aa219.tar.xz
bwlp-guacamole-ext-f6edaeb1894777eec6184fdb9c1f39768d1aa219.zip
Add translations to German and an info text regarding the resolution
Diffstat (limited to 'src/main/resources/guac-manifest.json')
-rw-r--r--src/main/resources/guac-manifest.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/guac-manifest.json b/src/main/resources/guac-manifest.json
index 178140b..2e301e9 100644
--- a/src/main/resources/guac-manifest.json
+++ b/src/main/resources/guac-manifest.json
@@ -8,7 +8,8 @@
"listeners" : ["de.bwlehrpool.bwlp_guac.TunnelListener"],
"html" : [ "disclaimer.html" ],
"translations" : [
- "translations/en.json"
+ "translations/en.json",
+ "translations/de.json"
],
"js" : [
"bwlp.min.js"