Title: Make theme translatable
Last modified: June 22, 2017

---

# Make theme translatable

 *  Resolved [Philipp Bammes](https://wordpress.org/support/users/tyrannous/)
 * (@tyrannous)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/make-theme-translatable/)
 * Hi,
    a great many theme strings aren’t translatable. For example:
 *     ```
       function sampression_readmore_link() {
       	if(sampression_get_the_excerpt()) {
       		$more = 'Read more';
       		printf( '<div class="entry-footer"><a href="%2$s">%1$s</a></div>', $more, get_permalink() );
       	}
       }
       ```
   
 * It should be `$more = __( 'Read more', 'sampression' );`.
    Please fix this. Thanks.

Viewing 1 replies (of 1 total)

 *  [Sampression](https://wordpress.org/support/users/sampression/)
 * (@sampression)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/make-theme-translatable/#post-9426928)
 * Hello Philipp,
 * We will fix this issue in our upcoming version.
 * Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Make theme translatable’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/naya-lite/3.0/screenshot.png)
 * Naya Lite
 * [Support Threads](https://wordpress.org/support/theme/naya-lite/)
 * [Active Topics](https://wordpress.org/support/theme/naya-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/naya-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/naya-lite/reviews/)

## Tags

 * [i18n](https://wordpress.org/support/topic-tag/i18n/)

 * 1 reply
 * 2 participants
 * Last reply from: [Sampression](https://wordpress.org/support/users/sampression/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/make-theme-translatable/#post-9426928)
 * Status: resolved