<div dir="ltr">Hello Again Mihai,<div><br></div><div>It says, it exist :/i18n/x2goclient_de_DE, however, it doesnt exist :/i18n/x2goclient_tr_TR.UTF_8 (and same for qt_de_DE and qt_tr_TR).</div><div><br></div><div>When I runĀ </div><div><br></div><div><span style="font-size:12.8000001907349px">LC_ALL=tr_TR.utf8 LANG=tr_TR.utf8 LANGUAGE=tr_TR:nb_NO.utf8:da_</span><span style="font-size:12.8000001907349px">DK.utf8 x2goclient --debug</span><br></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">it is translated into a Danish or Nordish language.</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">When I look at the source, I cannot see qt_tr.qm file, however I can see qt_de, qt_da files. Maybe it is not compiled with "lrelease" during "make" process.</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">Best Regards,</span></div><div><span style="font-size:12.8000001907349px">Orkun BALCI</span></div><div><span style="font-size:12.8000001907349px"><br></span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 28, 2016 at 12:42 AM, Mihai Moldovan <span dir="ltr"><<a href="mailto:ionic@ionic.de" target="_blank">ionic@ionic.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 27.01.2016 11:26 PM, Orkun BALCI wrote:<br>
> In the code and in the error it exactly seeks for x2goclient_tr_tr (or x2goclient_tr_TR depending on version) file. However, when I read the link you sent, I got that there can be another wrong character in the name. In this link it says x2goclient.tr_TR or <a href="http://x2goclient.tr" rel="noreferrer" target="_blank">x2goclient.tr</a> <<a href="http://x2goclient.tr" rel="noreferrer" target="_blank">http://x2goclient.tr</a>> are the correct front names of it. So, there can be an underscore or dot character problem.<br>
<br>
If you use<br>
<br>
LC_ALL=de_DE.utf8 LANG=de_DE.utf8 LANGUAGE=de_DE.utf8 x2goclient --debug<br>
<br>
you'll see that the client starts up in German. So the algorithm in x2goclient is working as intended - at least for some translations.<br>
<br>
Now, there is another bug report with #953 and your report is actually a duplicate of this.<br>
<br>
LC_ALL=nb_NO.utf8 LANG=nb_NO.utf8 LANGUAGE=nb_NO.utf8:da_DK.utf8 x2goclient --debug<br>
<br>
will exactly replicate the behavior described in the other bug report - loading the fallback Danish translation instead of the (equally existing) Norwegian one.<br>
<br>
Just like for the Norwegian translation, the Turkish translation fails to load. I suspect it's not a code problem, but something else. The issue is reproducible on OS X, too.<br>
<br>
Try<br>
<br>
LC_ALL=tr_TR.utf8 LANG=tr_TR.utf8 LANGUAGE=tr_TR:nb_NO.utf8:da_DK.utf8 x2goclient --debug<br>
<br>
and guess what language will be loaded...<br>
<br>
<br>
I have to investigate this.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
Mihai<br>
<br>
<br>
</font></span></blockquote></div><br></div>