Update theme internationalization on live site
-
Hi,
I’ve read the Codex, multiple third party tutorials and haven’t come by one that explains how to properly update a theme’s .po file on a live site.Say an additional translatable string is added to the footer of a theme that has internationalization support:
<?php printf( __( 'Some string', 'text-domain' )?>
What is the proper action sequence to get the .po file scan the footer.php and include the string?
My preferred way of handling .po’s, is with POEdit.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Update theme internationalization on live site’ is closed to new replies.