slimndap / wp-theatre

A free plugin to publish your events on a WordPress website. Perfect for theaters, music venues, cinemas and festivals.
https://wp.theater
GNU General Public License v3.0
39 stars 22 forks source link

i18n #298

Open tobifjellner opened 4 years ago

tobifjellner commented 4 years ago

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