Niubbo75 commented on code in PR #752:
URL: https://github.com/apache/guacamole-client/pull/752#discussion_r940487651


##########
extensions/guacamole-auth-duo/src/main/resources/translations/it.json:
##########
@@ -0,0 +1,13 @@
+{
+
+    "DATA_SOURCE_DUO" : {
+        "NAME" : "Duo TFA Backend"
+    },
+
+    "LOGIN" : {
+        "FIELD_HEADER_GUAC_DUO_SIGNED_RESPONSE" : "",

Review Comment:
   ```
   {
   
       "DATA_SOURCE_DUO" : {
           "NAME" : "Duo TFA Backend"
       },
   
       "LOGIN" : {
           "FIELD_HEADER_GUAC_DUO_SIGNED_RESPONSE" : "",
           "INFO_DUO_VALIDATION_CODE_INCORRECT"    : "Codice di convalida Duo 
errato.",
           "INFO_DUO_AUTH_REQUIRED"                : "Si prega di autenticarsi 
con Duo per continuare."
       }
   
   }
   ```
   
   Hello @necouchman this is the content of mine it.json in my forked repo (the 
one I've pulled) so I don't know why you see an empty translation string; what 
can I do to fix this?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to