You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2022/08/08 17:27:51 UTC

[GitHub] [guacamole-client] Niubbo75 commented on a diff in pull request #752: GUACAMOLE-1612: Fix/Add italian translations

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: dev-unsubscribe@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org