<p><a href="https://github.com/areynold" class="user-mention">@areynold</a>  Grabbed these PO files to prepare for transifex and found a couple issues:<br>
Generated PO files still have a number of duplicate strings. Reviewing them, I did a QA check on all the generated strings, found a few that needed to be updated & pushed those to master branches of luci-commotion, luci-commotion-apps per <a href="https://github.com/jheretic" class="user-mention">@jheretic</a></p>

<p>The perl script should do a final check for duplicate strings removing duplicates and msgstr line after it. <br>
This command will remove all duplicate lines and save as a new file, but needs to be modified to not remove lines containing </p>

<pre><code>msgstr ""
</code></pre>

<pre><code>perl -ne 'print unless $seen{$_}++' commotion-luci-en.po > commotion-luci-en-1.po
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href='https://github.com/opentechinstitute/luci-i18n-commotion/pull/3#issuecomment-31322742'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/3074564__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcwMzg3NjI2MiwiZGF0YSI6eyJpZCI6MjI2OTMzMDF9fQ==--5f08bc6213c43854fe8818aebf259302f7d68cfc.gif' height='1' width='1'></p>