• Hi!

    I’m using Polylang plugin to translate my site. To translate my home I’ve used the wpml-config.xml file, uploaded to mysite/wp-content/plugins/polylang folder.
    This is working fine but for 3 strings that don’t appear in the Strings translations sections.

    My wp-config.xml file is this:

    <wpml-config>
    	<admin-texts>
    		<key name="modality_theme_options">
    			<key name="getst_section_header" />
    			<key name="getst_section_text" />
    			<key name="getst_button_text" />
    			<key name="getst_button_url" />
    			<key name="features_section_title" />
    			<key name="features_section_desc" />
    			<key name="feature_one" />
    			<key name="feature_one_desc" />
    			<key name="feature_two" />
    			<key name="feature_two_desc" />
    			<key name="feature_three" />
    			<key name="feature_three_desc" />
    			<key name="feature_four" />
    			<key name="feature_four_desc" />
    			<key name="about_section_header" />
    			<key name="about_section_text" />
    			<key name="services_section_title" />
    			<key name="services_section_desc" />
    			<key name="service_one" />
    			<key name="service_one_desc" />
    			<key name="service_two" />
    			<key name="service_two_desc" />
    			<key name="service_three" />
    			<key name="service_three_desc" />
    			<key name="service_four" />
    			<key name="service_four_desc" />
    			<key name="services_image" />
    			<key name="getin_section_header" />
    			<key name="getin_section_text" />
    			<key name="getin_button_text" />
    			<key name="getin_button_url" />
    		</key>
    	</admin-texts>
    </wpml-config>

    All these strings are shown now in the Strings translations sections except for these 3:

    getst_button_text
    about_section_header
    services_section_title

    I’ve checked that these are their names, so is this a bug with Modality or Polylang? How could I translate these 3 strings?

    Thank you very much!

  • The topic ‘Polylang String translation not showing string’ is closed to new replies.