Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/guacamole-client/pull/216#discussion_r156449473
--- Diff:
extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/src/main/resources/guac-manifest.json
---
@@ -21,7 +21,8 @@
"translations" : [
"translations/en.json",
"translations/fr.json",
- "translations/ru.json"
+ "translations/ru.json",
+ "translations/es.json"
--- End diff --
Please maintain alphabetical order of the files listed (same in the other
pair of `guac-manifest.json`).
---