You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
While checking one of the translations of this plugin, I stumbled over a construction that doesn't work as expected: __('manually, using <code>'.esc_html($this->shortcode($this->options)).'</code> shortcode','theatre')
Only the first substring gets imported to translate.wordpress.org
Use printf() and a placeholder %s in the string to inject the variable part (including the “code” tag pair) and give the translators this: “manually, using %s shortcode”
Appr. location (in SVN): /trunk/functions/wpt_listing_page.php#L391
The text was updated successfully, but these errors were encountered:
Hi,
While checking one of the translations of this plugin, I stumbled over a construction that doesn't work as expected:
__('manually, using <code>'.esc_html($this->shortcode($this->options)).'</code> shortcode','theatre')
Only the first substring gets imported to translate.wordpress.org
Use printf() and a placeholder %s in the string to inject the variable part (including the “code” tag pair) and give the translators this: “manually, using %s shortcode”
Appr. location (in SVN): /trunk/functions/wpt_listing_page.php#L391
The text was updated successfully, but these errors were encountered: