<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>WooCommerce not fully translated with X &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/woocommerce-not-fully-translated-with-x/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/woocommerce-not-fully-translated-with-x/feed/</link>
		<description></description>
		<lastBuildDate>Wed, 05 Nov 2025 07:11:36 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-not-fully-translated-with-x/#post-166991</guid>
					<title><![CDATA[WooCommerce not fully translated with X]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-not-fully-translated-with-x/#post-166991</link>
					<pubDate>Thu, 18 Dec 2014 13:04:27 +0000</pubDate>
					<dc:creator>bejam</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I&#8217;ve a problem on my site. Some sentences like &#8220;Proceed to Checkout&#8221; are not translated in my language (french).</p>
<p>The fact is when I open the po file, I can see the translation has been fully completed. Even if I regenerate the mo file and put it online, some sentences still not translated.</p>
<p>The funny thing is some sentences are translated, some are not.</p>
<p>So could you tell me what to do to repair the sentences that are not translated ?</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-not-fully-translated-with-x/#post-167017</guid>
					<title><![CDATA[Reply To: WooCommerce not fully translated with X]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-not-fully-translated-with-x/#post-167017</link>
					<pubDate>Thu, 18 Dec 2014 13:50:18 +0000</pubDate>
					<dc:creator>bejam</dc:creator>

					<description>
						<![CDATA[
						<p>Ok, after searching on the forum, I found a method on that page :</p>
<p><a href="https://theme.co/x/member/forums/topic/woocommerce-in-german/page/2/#post-162099" rel="nofollow">https://theme.co/x/member/forums/topic/woocommerce-in-german/page/2/#post-162099</a></p>
<p>the problem is that the code you provide bring an error :</p>
<p>Parse error: syntax error, unexpected &#8216;$strings&#8217; (T_VARIABLE), expecting function (T_FUNCTION) in /homepages/12/d177191422/htdocs/wordpress-lesidaner.com/wp-content/themes/x-child-integrity-dark/functions.php on line 10</p>
<p>After looking on the web I find a solution : to write &#8220;public&#8221; just before what is written on line 10 :<br />
$strings = array();</p>
<p>So my problem seems to be solved. My question is now :<br />
Is that okay for the site security to do so ? Because on the web, it was written : you can choose public, private or protected.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-not-fully-translated-with-x/#post-167333</guid>
					<title><![CDATA[Reply To: WooCommerce not fully translated with X]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-not-fully-translated-with-x/#post-167333</link>
					<pubDate>Fri, 19 Dec 2014 00:45:18 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Bejam,</p>
<p>Not sure why it would throw an error when it works for other users.</p>
<p>You don&#8217;t need to worry about variables being public. It&#8217;s just a different type of variable declaration on OOP programming. In fact, it doesn&#8217;t need to be public, private, or protected since you&#8217;re not doing subclassing, inheritance, or etc.</p>
<p>It will not make your data accessible on public viewing. It will only make the variable accessible by other codes within your server, and again , since there is no code needed to access them, you don&#8217;t need those definition at all.</p>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

