<div dir="ltr"><div><div><div><div>Hi Kevin,<br><br></div>Thanks for the workaround. It works.<br></div>I will try now to integrate my heavy project and build it.<br><br></div>Cheers,<br></div>Nuno<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 18, 2016 at 11:38 AM, Kevin Funk <span dir="ltr"><<a href="mailto:kfunk@kde.org" target="_blank">kfunk@kde.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Friday, 18 November 2016 10:52:24 CET KDevelop wrote:<br>
> Nuno Paiva (not verified) (<a href="mailto:nuno.a.paiva@gmail.com">nuno.a.paiva@gmail.com</a>) sent a message using the<br>
> contact form at <a href="https://www.kdevelop.org/contact/kdevelop_feedback" rel="noreferrer" target="_blank">https://www.kdevelop.org/<wbr>contact/kdevelop_feedback</a>.<br>
><br>
> Message<br>
>            Hi,<br>
> I'm located in Portugal and have a MS Windows in English (and for work I do<br>
> not admit any other language).<br>
<br>
> I'm doing some experiments with IDEs for Embedded SW development using GNU<br>
> toolchain (gcc, gdb, make) and QEMU.<br>
> I've installed the latest Kdevelop 5.0.2 64bit for windows for testing git.<br>
> I've stopped when I saw mixed language in the GUI (in my case english and<br>
> portuguese). Specifically in<br>
> "Configure - Kdevelop" -> Plugins. The plugins names and short description<br>
> is translated to Portuguese, while everything else is in English.<br>
<br>
Yes, good point. We don't ship the translation files for the user-visible<br>
strings (.mo files). But we do ship the translated metadata of the plugins<br>
(encoded in .json files, build into the plugin binaries).<br>
<br>
That's why you see mixed language in the GUI.<br>
<br>
Issue is tracked here:<br>
  <a href="https://phabricator.kde.org/T3986" rel="noreferrer" target="_blank">https://phabricator.kde.org/<wbr>T3986</a><br>
<br>
> I believe that under "Configure - Kdevelop" -> "Configure User Interface",<br>
> one should be able to choose the translation language in which the GUI<br>
> appears, which should be consistent across the whole GUI.<br>
<br>
Makes sense, we plan to add that.<br>
<br>
You could try the following as a work-around for now:<br>
<br>
Open cmd.exe<br>
  set LANG=en_US<br>
  "C:\Program Files\KDevelop\bin\kdevelop.<wbr>exe"<br>
<br>
Hope that helps,<br>
Kevin<br>
<br>
> Cheers,<br>
> Nuno<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Kevin Funk | <a href="mailto:kfunk@kde.org">kfunk@kde.org</a> | <a href="http://kfunk.org" rel="noreferrer" target="_blank">http://kfunk.org</a></font></span></blockquote></div><br></div>