Re: INFO Required : Add support of Japanese language

2018-03-05 Thread Amarjeet Singh
If I got to know the purpose of  it-it-qwerty.json file. This is for
On-Screen keyboard.

Correct me if I am wrong?


Thanks  and Regards,
Amarjeet Singh

On Mon, Mar 5, 2018 at 9:19 PM, Amarjeet Singh  wrote:

> Do I need to define the keyboard layouts as well ?
>
> Like*it-it-qwerty.json* for Italian .
>
>
> On Mon, Mar 5, 2018 at 1:06 PM, Mike Jumper 
> wrote:
>
>> On Sun, Mar 4, 2018 at 11:12 PM, Amarjeet Singh 
>> wrote:
>>
>>> Hi Team,
>>>
>>> I want to add support of Japanese language in Guacamole-Client.
>>>
>>> Would adding  only *ja.json* files in translation folder work ?
>>>
>>>
>> If it is added within the source prior to building Guacamole, yes.
>>
>> How Guacamole detects the language  and fetch the files from translation
>>> folder ?
>>>
>>>
>> They're deployed alongside the web application like any other static
>> file. Guacamole reads through the contents of the "translations" directory
>> during startup to determine what languages are defined, dynamically
>> unifying them with any translation strings defined by extensions. The
>> actual language is dictated by the two-letter language code in the file's
>> name, while the display name for the language is dictated by the "NAME"
>> translation string at the root level of each JSON file.
>>
>> - Mike
>>
>>
>


Re: INFO Required : Add support of Japanese language

2018-03-05 Thread Amarjeet Singh
Do I need to define the keyboard layouts as well ?

Like*it-it-qwerty.json* for Italian .


On Mon, Mar 5, 2018 at 1:06 PM, Mike Jumper 
wrote:

> On Sun, Mar 4, 2018 at 11:12 PM, Amarjeet Singh 
> wrote:
>
>> Hi Team,
>>
>> I want to add support of Japanese language in Guacamole-Client.
>>
>> Would adding  only *ja.json* files in translation folder work ?
>>
>>
> If it is added within the source prior to building Guacamole, yes.
>
> How Guacamole detects the language  and fetch the files from translation
>> folder ?
>>
>>
> They're deployed alongside the web application like any other static file.
> Guacamole reads through the contents of the "translations" directory during
> startup to determine what languages are defined, dynamically unifying them
> with any translation strings defined by extensions. The actual language is
> dictated by the two-letter language code in the file's name, while the
> display name for the language is dictated by the "NAME" translation string
> at the root level of each JSON file.
>
> - Mike
>
>


Re: INFO Required : Add support of Japanese language

2018-03-04 Thread Mike Jumper
On Sun, Mar 4, 2018 at 11:12 PM, Amarjeet Singh 
wrote:

> Hi Team,
>
> I want to add support of Japanese language in Guacamole-Client.
>
> Would adding  only *ja.json* files in translation folder work ?
>
>
If it is added within the source prior to building Guacamole, yes.

How Guacamole detects the language  and fetch the files from translation
> folder ?
>
>
They're deployed alongside the web application like any other static file.
Guacamole reads through the contents of the "translations" directory during
startup to determine what languages are defined, dynamically unifying them
with any translation strings defined by extensions. The actual language is
dictated by the two-letter language code in the file's name, while the
display name for the language is dictated by the "NAME" translation string
at the root level of each JSON file.

- Mike


INFO Required : Add support of Japanese language

2018-03-04 Thread Amarjeet Singh
Hi Team,

I want to add support of Japanese language in Guacamole-Client.

Would adding  only *ja.json* files in translation folder work ?

How Guacamole detects the language  and fetch the files from translation
folder ?


Thanks and Regards,
Amarjeet Singh