Tagged: broken, footer, translation
- This topic has 1 reply, 2 voices, and was last updated 11 years, 7 months ago by Sakin.
-
AuthorPosts
-
March 23, 2013 at 2:46 am #5710xrayMember
Footer information in the catch everest theme is not translated. inc/catcheverest-functions.php line 918 looks like this:
$catcheverest_footer_content = ''. esc_attr__( 'Copyright', 'catcheverest' ) . ' © [the-year] [site-link]. '. esc_attr__( 'All Rights Reserved', 'catcheverest' ) . '.
'. esc_attr__( 'Powered by', 'catcheverest' ) . ': [wp-link] | '. esc_attr__( 'Theme', 'catcheverest' ) . ': [theme-link]
';
To get translation working, esc_attr__(‘…’, ‘…’) needs to be replaced by esc_attr__(__(‘…’, ‘…’)).March 26, 2013 at 12:07 am #5809SakinKeymaster@xray: It’s working fine on our site. Maybe you are missing keyword esc_attr__ in your translation software.
See this for details: http://wp.tutsplus.com/tutorials/theme-development/translating-your-theme/
Also see this we have just completed translation in Polish http://themes.svn.wordpress.org/catch-everest/0.1.3.1/languages/
-
AuthorPosts
- The topic ‘Footer information is not translated’ is closed to new replies.