Hi,
I wonder if you can help med with some translation .po file help.
I added an extra string to one of the theme .php-file. Lets say that in the “form-login.php” file I added this code
<?php _e( ‘My new registered customers’, ‘swiftframework’ ); ?>
And lets say I have Spanish translation, the es_ES.po file. So wanted that the new string ‘My new registered customers’ will show up in the .po file to translation together with the others string from “swiftframework” collection.
But when I open the es_ES.po file (I use the PO Edit to do it) the new ‘My new registered customers’ string is not there. And the front end shows my English text instead of the Spanish.
Do I have to in same way reboot/execute something to make the new translation string visible in my Spanish and also US .po for that matter?
Thanks a lot!