Hi,
You can translate it via .po file using Poedit software. You can get more information from here: https://userswp.io/docs/translate/
Regards,
Patrik
Hi Patrik,
I translated all strings I need, but can’t find this particular string “Username or Email”. Do you know which file I should edit to change this text directly (not via language files)?
Thanks.
Hi,
Not sure why you are not able to find the string in .po file. You can see here https://github.com/UsersWP/userswp/blob/master/languages/userswp-en_US.po#L2652 it is in .po file. If you want to know the file then here it is https://github.com/UsersWP/userswp/blob/master/includes/class-forms.php#L2280 but I don’t recommend changing the core files of the plugin as it will get overwritten on updating the plugin.
Regards,
Patrik
Thank you very much, I translated it via core file.
I have no idea why this string is not present in my po file..
Screenshot – https://ibb.co/8cwYXPh
Hi,
If you have copied the userswp-en_US.po file from UsersWP plugin’s languages folder then it should contain the string.
Regards,
Patrik