<div dir="ltr">Any input about this?<div><br></div><div>(also <a href="http://projects.davidplanella.org/">http://projects.davidplanella.org/</a> is down).</div><div><br></div><div>Simos</div></div><div class="gmail_extra">

<br><br><div class="gmail_quote">On Fri, Aug 8, 2014 at 4:14 PM, Simos Xenitellis <span dir="ltr"><<a href="mailto:simos.lists@googlemail.com" target="_blank">simos.lists@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr">Hi All,<div><br></div><div>This probably is in some FAQ that I did not find. If so, please give me the URL.</div><div><br></div><div>In the .qml files from Unity 8 apps, there are messages like those in the second line ("keywords:"):</div>


<div><br></div><div><pre style="font-family:'UbuntuBeta Mono','Ubuntu Mono',monospace;color:rgb(0,0,0);font-size:13px">        <span>UnityActions</span><span>.</span><span>Action</span> <span>{</span>
            <span style="color:rgb(0,128,0);font-weight:bold">text:</span> <span>i18n</span><span>.</span><span>tr</span><span>(</span><span style="background-color:rgb(255,240,240)">"Delete"</span><span>)</span>
            <span style="color:rgb(0,128,0);font-weight:bold">keywords:</span> <span>i18n</span><span>.</span><span>tr</span><span>(</span><span style="background-color:rgb(255,240,240)">"Trash;Erase Note"</span><span>)</span>
            <span style="color:rgb(0,128,0);font-weight:bold">enabled:</span> <span>noteList</span><span>.</span><span>currentIndex</span> <span style="color:rgb(48,48,48)">!==</span> <span style="color:rgb(48,48,48)">-</span><span style="color:rgb(0,0,208);font-weight:bold">1</span>
            <span style="color:rgb(0,128,0);font-weight:bold">onTriggered:</span> <span>dataModel</span><span>.</span><span>deleteNote</span><span>(</span><span>noteList</span><span>.</span><span>currentIndex</span><span>)</span>
        <span>}</span></pre>What are the semantics for those when translating them? Apparently they are similar to the keywords in .desktop files.</div><div>Shall we include both English and local language in the translated message so as to get matches in both cases?</div>


<div>Are these case-insensitive? Or accent-insensitive;</div><div><br></div><div>Simos<br><br><br></div></div>
</blockquote></div><br></div>