You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "Mike Jumper (Jira)" <ji...@apache.org> on 2020/03/13 00:51:00 UTC

[jira] [Reopened] (GUACAMOLE-781) Add Czech translation

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

Mike Jumper reopened GUACAMOLE-781:
-----------------------------------
      Assignee: Mike Jumper

Selecting "Čeština" from the display language preference currently fails:

{code:none}
Error: Localisation function not found for locale "cz"
    at n (messageformat.js:202)
    at new o (messageformat.js:228)
    at Object.e.setLocale (angular-translate-interpolation-messageformat.min.js:6)
    at U (angular-translate.min.js:6)
    at angular-translate.min.js:6
    at angular.js:13292
    at m.$eval (angular.js:14547)
    at m.$digest (angular.js:14363)
    at m.$apply (angular.js:14652)
    at l (angular.js:9734)
{code}

This is because "cz" is not a valid 2-letter language code. The 2-letter language code for Czech is "cs":

https://www.loc.gov/standards/iso639-2/php/langcodes_name.php?iso_639_1=cs

> Add Czech translation
> ---------------------
>
>                 Key: GUACAMOLE-781
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-781
>             Project: Guacamole
>          Issue Type: Improvement
>          Components: guacamole-client
>            Reporter: Victor Cleaner
>            Assignee: Mike Jumper
>            Priority: Minor
>              Labels: translation
>             Fix For: 1.2.0
>
>         Attachments: cz.json
>
>
> Hello, 
> I just translated the guacamole interface into Czech. If anyone was 
> interested. 
> [https://github.com/Vict0rC/guacamole-client-cz]
> Based on lates git en.json (v1.1.0) 
> Victor



--
This message was sent by Atlassian Jira
(v8.3.4#803005)