wpml

Why strings don't appear in “String translation” of WPML?

…衆ロ難τιáo~ 提交于 2019-12-07 00:30:10
问题 I have in my php files string like this: <?php __('My string A', 'a_theme'); _e('My string B', 'a_theme'); ?> and there are not appearing in "String translation" . I have also bought and installed this theme: http://preview.ait-themes.com/index.php?bartype=desktop&theme=touroperator and strings from that theme aren't also appearing in "Strings translation" of WPML. This is one example of string which was already in theme when I installed it: <input type="text" id="dir-searchinput-location"

Why strings don't appear in “String translation” of WPML?

左心房为你撑大大i 提交于 2019-12-05 05:13:49
I have in my php files string like this: <?php __('My string A', 'a_theme'); _e('My string B', 'a_theme'); ?> and there are not appearing in "String translation" . I have also bought and installed this theme: http://preview.ait-themes.com/index.php?bartype=desktop&theme=touroperator and strings from that theme aren't also appearing in "Strings translation" of WPML. This is one example of string which was already in theme when I installed it: <input type="text" id="dir-searchinput-location" class="dir-searchinput-select" placeholder="{__ 'Destination'}"> Is there some extra configuration which