You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "Michael Jumper (JIRA)" <ji...@apache.org> on 2019/02/25 02:42:00 UTC

[jira] [Created] (GUACAMOLE-740) Spanish translation contains hard-coded version number

Michael Jumper created GUACAMOLE-740:
----------------------------------------

             Summary: Spanish translation contains hard-coded version number
                 Key: GUACAMOLE-740
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-740
             Project: Guacamole
          Issue Type: Bug
          Components: guacamole
    Affects Versions: 1.0.0
            Reporter: Michael Jumper


The Spanish translation added via GUACAMOLE-463 [hard-codes the Apache Guacamole version number as "0.9.13-incubating"](https://github.com/apache/guacamole-client/blob/87aa2e6c34d11bb30626c6c27a42796506493ffd/guacamole/src/main/webapp/translations/es.json#L8). This will result in an incorrect version number being displayed when Spanish is selected or on platforms where Spanish is the default language:

{code:javascript}
{
    
    "NAME" : "Spanish",
    
    "APP" : {

        "NAME"    : "Apache Guacamole",
        "VERSION" : "0.9.13-incubating",
...
{code}

The version number should not be defined in the non-English translations at all, relying instead on inheriting the value from the English translation.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)