I developed a shortcode and i would like to make a translation of a string.
I put string in my code like this:
<span>’. __( ‘more’, ‘woodmart’ ) .'</span>
In loco translator the string ‘more’ doesn’t appear. How can I add strings to my code to be translated with loco?
Newly created strings will not be available in our POT file. To add it, you will have to download the whole folder with our theme to your computer, open the translation file with POedit software and update it.