Some strings not in text domain.
-
Hi there
For the PRO & free version, there are a few strings that aren’t in the textdomain of the plugin. This in the admin\edit.php file.
On line 92, 93, 102, 103, 112, 113, 114… These aren’t tagged with the text domain.
I changed them into this and I was able to translate them:
'yes' => __( 'Yes', 'shortcoder'), 'no' => __('No', 'shortcoder')
'all' => __('All devices', 'shortcoder'), 'desktop_only' => __('Desktop only', 'shortcoder'), 'mobile_only' => __('Mobile only', 'shortcoder')
The line numbers and fix are quite similar for the PRO version ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Some strings not in text domain.’ is closed to new replies.