<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Cant find strings to translate - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/cant-find-strings-to-translate/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 10 Jun 2026 10:01:14 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Cant find strings to translate</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/cant-find-strings-to-translate/#post-114835</link>
                        <pubDate>Tue, 30 Apr 2024 12:58:53 +0000</pubDate>
                        <description><![CDATA[OK, as @sofy wrote, it depends on the browser language.
But why? I found the reason. Although the site is in french, wpforo is in french, this message appears in english because my browser ...]]></description>
                        <content:encoded><![CDATA[<p>OK, as @sofy wrote, it depends on the browser language.</p>
<p>But why? I found the reason. Although the site is in french, wpforo is in french, this message appears in english because my browser (and my system) is in english.</p>
<p>The sentence "Please fill in this field." <span>is an HTML5 feature and can't be easily customised* and will appear in whatever language the browser is set to which is weird IMHO.</span></p>
<p>I just wanted to make sure the customer will not see english messages and I can explain her why if it ever happens.</p>
<p>*it can be customised using a lot of JS:<br /><a title="Example JS modification of error tooltips" href="https://www.telerik.com/blogs/building-html5-form-validation-bubble-replacements" target="_blank" rel="noopener">https://www.telerik.com/blogs/building-html5-form-validation-bubble-replacements</a></p>
<p>or by using the <span>setCustomValidity JS method, but you'll have to check all validity codes.</span></p>
<p>Usually form validation is handled by javascript or XHR, first time I see it handled directly by HTML5 in code I manage.</p>
<p>Kind of went down the rabbit hole to find why, now I can get back to work.</p>
<p>Thanks to @sofy for the help!</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>sburlot</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/cant-find-strings-to-translate/#post-114835</guid>
                    </item>
				                    <item>
                        <title>RE: Cant find strings to translate</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/cant-find-strings-to-translate/#post-114831</link>
                        <pubDate>Tue, 30 Apr 2024 10:12:21 +0000</pubDate>
                        <description><![CDATA[@sburlot 
As I have already mentioned it depends on the browser language. Once you change the browser language, the phrase language will be changed as well]]></description>
                        <content:encoded><![CDATA[<p>@sburlot </p>
<p>As I have already mentioned it depends on the browser language. Once you change the browser language, the phrase language will be changed as well </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/cant-find-strings-to-translate/#post-114831</guid>
                    </item>
				                    <item>
                        <title>RE: Cant find strings to translate</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/cant-find-strings-to-translate/#post-114814</link>
                        <pubDate>Mon, 29 Apr 2024 15:52:06 +0000</pubDate>
                        <description><![CDATA[@sofy you&#039;re absolutely right: the wp-members plugins adds registration fields, I dont know yet how to prevent it
For the &quot;Please fill in this field&quot;, how can I display it in French? The si...]]></description>
                        <content:encoded><![CDATA[<p>@sofy you're absolutely right: the wp-members plugins adds registration fields, I dont know yet how to prevent it</p>
<p>For the "Please fill in this field", how can I display it in French? The site and forum are in french</p>
<p>Thanks,</p>
<p>Stephan</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>sburlot</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/cant-find-strings-to-translate/#post-114814</guid>
                    </item>
				                    <item>
                        <title>RE: Cant find strings to translate</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/cant-find-strings-to-translate/#post-114803</link>
                        <pubDate>Mon, 29 Apr 2024 14:09:32 +0000</pubDate>
                        <description><![CDATA[Hi,

This depends on the browser language. 
Regarding the &quot;required&quot; fields, could you please provide information on how those fields were added? They don&#039;t appear to belong to the core w...]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p></p>
<p>the error message "Please fill in this field".</p>
<p></p>
<p>This depends on the browser language. </p>
<p>Regarding the "required" fields, could you please provide information on how those fields were added? They don't appear to belong to the core wpForo plugin.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/cant-find-strings-to-translate/#post-114803</guid>
                    </item>
				                    <item>
                        <title>Cant find strings to translate</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/cant-find-strings-to-translate/#post-114795</link>
                        <pubDate>Mon, 29 Apr 2024 13:34:40 +0000</pubDate>
                        <description><![CDATA[Hi,
I cant find the strings in the register dialog to translate: the word &quot;required&quot; and the error message &quot;Please fill in this field&quot;.
I tried to add them in Phrases, tried to add them to...]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>I cant find the strings in the register dialog to translate: the word "required" and the error message "Please fill in this field".</p>
<p>I tried to add them in Phrases, tried to add them to the .pot file, doesnt work.</p>
<p>Where are they defined?</p>
<p>Thanks,</p>
<p>Stephan</p>
<p> </p>
<div id="wpfa-0" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1714397680-Screenshot-2024-04-29-at-152649.png" target="_blank" title="Screenshot-2024-04-29-at-15.26.49.png"><i class="fas fa-paperclip"></i>&nbsp;Screenshot-2024-04-29-at-15.26.49.png</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>sburlot</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/cant-find-strings-to-translate/#post-114795</guid>
                    </item>
							        </channel>
        </rss>
		