Wsparcie » Zaawansowane » Tłumaczenie twentyeleven_posted_on()

  • function twentyeleven_posted_on() {
    	printf( __( '<span class="sep">Posted on </span><a href="%1$s" title="%2$s" rel="bookmark"><time class="entry-date" datetime="%3$s" pubdate>%4$s</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="%5$s" title="%6$s" rel="author">%7$s</a></span></span>', 'twentyeleven' ),
    		esc_url( get_permalink() ),
    		esc_attr( get_the_time() ),
    		esc_attr( get_the_date( 'c' ) ),
    		esc_html( get_the_date() ),
    		esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
    		esc_attr( sprintf( __( 'View all posts by %s', 'twentyeleven' ), get_the_author() ) ),
    		get_the_author()
    	);

    Wynik powyższej funkcji nie wyświetla się po polsku na stronie, w pliku językowym mam:
    <s<span class=\"sep\">Obublikowano </span><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><time class=\"entry-date\" datetime=\"%3$s\" pubdate>%4$s</time></a><span class=\"by-author\"> <span class=\"sep\"> przez: </span> <span class=\"author vcard\"><a class=\"url fn n\" href=\"%5$s\" title=\"%6$s\" rel=\"author\">%7$s</a></span></span>
    a na stronie wciąż pojawia się:

    Posted on 11 grudnia 2012 by badgod

    Co muszę zmienić, żeby „Posted on” i „by” były tłumaczone?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • Temat ‘Tłumaczenie twentyeleven_posted_on()’ jest zamknięty na nowe odpowiedzi.