Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5710
    xray
    Member

    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__(__(‘…’, ‘…’)).

    #5809
    Sakin
    Keymaster

    @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/

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Footer information is not translated’ is closed to new replies.