<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — All .po files made from existing .mo files]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5456&amp;type=atom" />
	<updated>2015-01-08T08:28:13Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=5456</id>
		<entry>
			<title type="html"><![CDATA[All .po files made from existing .mo files]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=22089#p22089" />
			<content type="html"><![CDATA[<p>All the FA repo language package *.mo files have been unformatted back into their constituent *.po files so as to enable translation of the remaining strings taken from the empty.po file.</p><p>The <a href="https://github.com/apmuthu/frontaccounting/commit/8a58188023d15ab67170fe272f08003f94fa8774">commit</a> is in my unofficial <a href="https://github.com/apmuthu/frontaccounting/tree/master/extensions/Languages">GitHub repo</a>.</p><p>It was done in DOS CLI using PoEdit:<br /></p><div class="codebox"><pre><code>mkdir done
FOR %a IN (*.mo) DO &quot;C:\Program Files\Poedit\bin\msgunfmt&quot; &quot;%a&quot; -o done/&quot;%~na&quot;.po</code></pre></div>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-01-08T08:28:13Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=22089#p22089</id>
		</entry>
</feed>
