Translating and changing strings (how to maintain)
-
Hello!
I am fixing some bad translations and changing certain strings to say other things in WordPress using the “gettext” filter. It works very well, but I am a bit concerned about the maintenance aspect of it all.
When core updates causes the strings to change, my strings will not be valid anymore. I will therefore have to keep a list of all changed strings, and check them after each update.
Is there a better way? I am specifically talking about the strings on the login page, the reset password page and the forgot password page.
Are there POT or PO-files to use, so I can use a plugin such as Loco Translate to always be sure that my strings will never change on any update?
The topic ‘Translating and changing strings (how to maintain)’ is closed to new replies.