Polylang theme specific strings not visible woothemes canvas
-
I’ve searched the forums and haven’t found a clear answer to the following:
How can I get the strings translations for woothemes Canvas to appear in Polylang 1.5.6? I can only see the 4 wordpress standards “Site title”, “Tagline”, “Date format”, “Time format”.
Canvas has a folder called “lang” with “en_GB.po” and “woothemes.pot”. I tried converting the .po to a .mo file but it didn’t help.
What I’d like to translate is the contact form here: https://nordicweb.media/sv/kontakt/
The language here should be Swedish, but the form is showing the default language English.
Here are some code samples from the contact form page template:
Code sample 1:
<p class="alert"><?php _e( 'There was an error submitting the form.', 'woothemes' ); ?></p>
Code sample 2:
<label for="contactName"><?php _e( 'Name', 'woothemes' ); ?></label>
I can of course duplicate the contact form page template, rename it to contact-swedish, and translate directly in the php template file, but this seems to create more problems than it solves.
Has someone been able to get woothemes canvas to integrate with polylang so that ALL front end string translations can be done via Polylang?
- The topic ‘Polylang theme specific strings not visible woothemes canvas’ is closed to new replies.