Hello,
I have a question about using WP translation. I have two back buttons with the same text (ex: back button within the portfolio section and a back button within the blog section, both of the buttons have the label “Back”, so I have something like _e(‘Back’); . My question is what if the user wants to add ‘Back to posts’ as the label for blog button since I only have one entry within the *.po file.
Thank you! jayc
In that case, you need to change it from ‘Back’ to ‘Back to posts’ for the blog button, then update the Poedit file.
billyf said
In that case, you need to change it from ‘Back’ to ‘Back to posts’ for the blog button, then update the Poedit file.
thanx, you’re right
billyf said
In that case, you need to change it from ‘Back’ to ‘Back to posts’ for the blog button, then update the Poedit file.
thanx, you’re right
