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

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

     [ https://issues.apache.org/jira/browse/GUACAMOLE-740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Couchman reassigned GUACAMOLE-740:
---------------------------------------

    Assignee: Nick Couchman

> 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
>            Assignee: Nick Couchman
>            Priority: Minor
>
> 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)