Hi, I am using localizable theme/plugin with acoommodation booking process (WP Pages with shortcodes). Its IDs are saved in settings, and for every language there has to be another set of pages, with different IDs (obviously). These options are listed in wpml-config.xml "to translation", so I should be able set "trasnlation" (= another ID) in String translation tab, but these options are missing!
<admin-texts>
<key name="quitenicebooking">
<key name="email_address" /> ... text, OK
<key name="phone_number" /> ... text, OK
<key name="fax_number" /> ... text, OK
<key name="accommodation_page_id" /> ... number, MISSING!
<key name="step_1_page_id" /> ... number, MISSING!
<key name="step_2_page_id" /> ... number, MISSING!
... etc.
</key>
</admin-texts>
So I think Polylang skips wpml-config.xml terms that are not strings. Is there any solution?