Greetings<div>I&#39;m trying to translate the expressions in lib/init/lock.c (from 6.4.0) for Portuguese:</div><div><div>#ifdef __MINGW32__</div><div>    G_warning(&quot;Attention!&quot;);</div><div>    G_warning(&quot;Locking is not supported on Windows!&quot;);</div>
<div>    exit(0);</div><div>#else</div></div><div><br></div><div>So I added this to grasslibs_pt.po</div><div><br></div><div><div><div>#: ../lib/init/lock.c:42</div><div>msgid &quot;Locking is not supported on Windows!&quot;</div>
<div>msgstr &quot;Locking não é suportado em Windows!&quot;</div><div><br></div><div>#: ../lib/init/lock.c:41</div><div>msgid &quot;Attention!&quot;</div><div>msgstr &quot;Atenção!&quot;</div></div></div><div><br></div><div>
But it does not work. Any tips on what might be happening?</div>