Translation does not work for additional informations
-
Hello,
I made a translation of plugin starting from geo-my-wp.pot and everything seems to work except for additional informations (phone, website, etc.).
To solve this issue I edited this line ingmw_get_location_meta_list(located in gmw-location-functions.php) from
$output .= '<span class="label">' . esc_html( $label ) . ': </span>';
to
$output .= '<span class="label">' . esc_html( __(ucfirst($label), 'geo-my-wp') ) . ': </span>';Please, consider to make this change in your plugin.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Translation does not work for additional informations’ is closed to new replies.