<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — missing en_US.po file,  nowhere to be found]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8410&amp;type=atom" />
	<updated>2019-09-18T05:56:43Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=8410</id>
		<entry>
			<title type="html"><![CDATA[Re: missing en_US.po file,  nowhere to be found]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36053#p36053" />
			<content type="html"><![CDATA[<p>The generated PHP file is for windows users who do not have a useable GD library due to different way that windows recognises locales. It is a fallback for those who cannot use the newer php GD library in FA. Some <strong>js</strong> related double escaped strings cause problems here.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2019-09-18T05:56:43Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36053#p36053</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: missing en_US.po file,  nowhere to be found]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36050#p36050" />
			<content type="html"><![CDATA[<p>Just disregard this entire thread. I figured out how to access the install/update languages feature in FA and I used that. Now my reports are working, again. I wonder if there was something amiss in the language files you were kind enough to zip for me.</p><p>The generated PHP file is completely different.</p>]]></content>
			<author>
				<name><![CDATA[oakstreet1]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42263</uri>
			</author>
			<updated>2019-09-17T18:11:19Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36050#p36050</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: missing en_US.po file,  nowhere to be found]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36049#p36049" />
			<content type="html"><![CDATA[<p>Is the generated PHP file supposed to look like this? ...<br /></p><div class="codebox"><pre><code>return array(
    &#039;&#039; =&gt; &#039;Cannot update work orders costs:
%s&#039;,
    &#039;Main  Menu&#039; =&gt; &#039;&#039;,
    &#039;Logout&#039; =&gt; &#039;&#039;,
    &#039;Restricted access&#039; =&gt; &#039;&#039;,
    &#039;Login as user: demouser and password: password&#039; =&gt; &#039;&#039;,
    ...</code></pre></div>]]></content>
			<author>
				<name><![CDATA[oakstreet1]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42263</uri>
			</author>
			<updated>2019-09-17T17:52:18Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36049#p36049</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: missing en_US.po file,  nowhere to be found]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36047#p36047" />
			<content type="html"><![CDATA[<p>I&#039;m getting 4 calls to gettext_php_support-&gt;set_language() (trying to generate an invoice) as follows:<br /></p><div class="codebox"><pre><code>[17-Sep-2019 13:43:16 America/New_York] set_language(en_US,iso-8859-1)
[17-Sep-2019 13:43:17 America/New_York] set_language(en_US,ISO-8859-1)
[17-Sep-2019 13:43:18 America/New_York] set_language(en_US,ISO-8859-1)
[17-Sep-2019 13:43:18 America/New_York] set_language(,)</code></pre></div>]]></content>
			<author>
				<name><![CDATA[oakstreet1]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42263</uri>
			</author>
			<updated>2019-09-17T17:45:58Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36047#p36047</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: missing en_US.po file,  nowhere to be found]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36046#p36046" />
			<content type="html"><![CDATA[<p>I guess I spoke too soon. When I put those files into my language folder, the system seems to hang/timeout at line 307 of includes/lang/gettext.inc.</p><p>It just keeps returning to this block:<br /></p><div class="codebox"><pre><code>if (!$this-&gt;_lang_code) 
{
    $this-&gt;_jobs[] = array($domain, $path); 
    return;
}</code></pre></div><p>and the value of $this-&gt;_jobs[] = <br /></p><div class="codebox"><pre><code>[17-Sep-2019 13:36:41 America/New_York] Array
(
    [0] =&gt; Array
        (
            [0] =&gt; en_US
            [1] =&gt; ../lang
        )

    [1] =&gt; Array
        (
            [0] =&gt; en_US
            [1] =&gt; ../lang
        )

)</code></pre></div>]]></content>
			<author>
				<name><![CDATA[oakstreet1]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42263</uri>
			</author>
			<updated>2019-09-17T17:38:59Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36046#p36046</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: missing en_US.po file,  nowhere to be found]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36044#p36044" />
			<content type="html"><![CDATA[<p>Thank you!</p>]]></content>
			<author>
				<name><![CDATA[oakstreet1]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42263</uri>
			</author>
			<updated>2019-09-17T16:32:23Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36044#p36044</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: missing en_US.po file,  nowhere to be found]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36041#p36041" />
			<content type="html"><![CDATA[<p>The necessary ANSI files are at:<br />https://github.com/apmuthu/FA24extensions/tree/master/Languages/en_US</p><p>Also attached here.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2019-09-17T16:17:23Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36041#p36041</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: missing en_US.po file,  nowhere to be found]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36038#p36038" />
			<content type="html"><![CDATA[<p>On a related note: I&#039;m not sure what would happen if I ran the install wizard over the top of an existing multi-company installation. I don&#039;t want to add any new companies or change any of my settings.</p><p>The upgrade guide makes no mention of language files. I cannot locate any download on Sourceforge that references language packs.</p><p>I apologize if I&#039;m missing something obvious. I have searched my filesystem, read the Wiki and googled this.</p>]]></content>
			<author>
				<name><![CDATA[oakstreet1]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42263</uri>
			</author>
			<updated>2019-09-17T15:35:02Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36038#p36038</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[missing en_US.po file,  nowhere to be found]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36037#p36037" />
			<content type="html"><![CDATA[<p>I know this is a really basic issue, but I am continuously getting errors about en_US.po not found and I cannot find that file anywhere. It is not in the 2.4.7 distribution. It was in the 2.4.4 distro, but that one breaks 2.4.7.</p><p>It doesn&#039;t seem to be required for the system to function, but the tmp/errors.log just grows and grows.</p><p>Everything I&#039;ve read says the the .mo file is the compiled version of the .po file and the .po file shouldn&#039;t be needed. I need clarification on this, please!</p>]]></content>
			<author>
				<name><![CDATA[oakstreet1]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42263</uri>
			</author>
			<updated>2019-09-17T15:07:34Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36037#p36037</id>
		</entry>
</feed>
