GUACAMOLE-38: Add translation file for the extension.

This commit is contained in:
Nick Couchman
2017-10-23 12:03:42 -04:00
parent 289239efc5
commit 74ab18beb1
2 changed files with 11 additions and 0 deletions

View File

@@ -20,6 +20,10 @@
"templates/quickconnectField.html"
],
"translations" : [
"translations/en.json"
],
"resources" : {
"templates/quickconnectField.html" : "text/html"
}

View File

@@ -0,0 +1,7 @@
{
"DATA_SOURCE_QUICKCONNECT" : {
"NAME" : "QuickConnect"
}
}