The xgettext tag has no wiki summary.
0
votes
1answer
81 views
How to translate “$before” with get text in get_the_term_list?
How can I make $before (Books:) a translateable string
<?php echo get_the_term_list( $post->ID, 'book', 'Books: ',', ', ' ', '' ); ?>
with this method?:
<?php the_content(__('Read ...
1
vote
0answers
45 views
Gettext Loads slightly different text [closed]
@ all single post pages of http://tinyurl.com/786g5w2 the text to indicate one needs to be logged on to leave a comment is not displayed as expected I have this gettext:
msgid "You must be %1$slogged ...
3
votes
2answers
512 views
Localizing text from XML files
Do you guys know any way I could automatically pick up strings from .xml files and store them in a .po / .pot file, just like PoEdit does with the ones from .php files?
The XML structure looks like ...