Hello Comoglu
I believe you are on the wrong forum because you use mqtranslate and not Polylang.
No I am using Polylang. I just tried it for a while.
could you have a look again?
To translate your 5 slider titles you need to create a wpml-config.xml file like explain here
http://polylang.wordpress.com/documentation/documentation-for-developers/the-wpml-language-configuration-file/
You need just the ‘admin_texts’ part. And put your file in wp-content/polylang/ (create the folder if it does not exist).
Could you be more specific. What should be the key name for slider 1
instead of <key name=”option_name_1″ /> ???
[Moderator Note: No bumping, thank you.]
I create this file but I guess it s needed to improve..
could you have a look?
<wpml-config>
<custom-fields>
<custom-field action=”copy”>quantity</custom-field>
<custom-field action=”translate”>custom-title</custom-field>
</custom-fields>
<custom-types>
<custom-type translate=”1″>Slider_1</custom-type>
<custom-type translate=”1″>Slider_2</custom-type>
<custom-type translate=”1″>Slider_3</custom-type>
<custom-type translate=”1″>Slider_4</custom-type>
<custom-type translate=”1″>Slider_5</custom-type>
<custom-type translate=”1″>Slider_6</custom-type>
<custom-type translate=”1″>Slider_7</custom-type>
<custom-type translate=”1″>Slider_8</custom-type>
<custom-type translate=”1″>Slider_9</custom-type>
<custom-type translate=”1″>Slider_10</custom-type>
<custom-type translate=”1″>Slider_11</custom-type>
<custom-type translate=”1″>Slider_12</custom-type>
</custom-types>
<admin-texts>
<key name=”my_slider_options”>
<key name=”Slider_1″ />
<key name=”Slider_2″ />
<key name=”Slider_3″>
<key name=”Slider_4″ />
<key name=”Slider_5″ />
<key name=”Slider_6″ />
<key name=”Slider_7″ />
<key name=”Slider_8″ />
<key name=”Slider_9″ />
<key name=”Slider_10″ />
<key name=”Slider_11″ />
</key>
</key>
<key name=”simple_string_option” />
</admin-texts>
</wpml-config>