Changing static text
-
Hello,
my girl friend has a blog now and so I became the technical administration stuff ;-). I’m a software developer, but I’m not familiar with php nor with wordpress.She needs to get a text changed that’s in one of the gettext translations (wordpress/wp-content/languages/de_DE.*). I’ve changed the text, compiled the po-file to a mo-file and the change was visible on the page. Voila 😉
Now, a few hours later, the old text reappeared and after I’ve redid the change on the server, the required text was in place again. A few hours laters, the change vanished a second time.
I guess this might be a side effect from the automatic update function, right?
If so, what options do I have to have my text changes surviving a software update? What comes to my mind would be:
* Using an own translation (de_AF for example)
* Finding some kind of “pre-installation” hook, where I could apply a patch to the translation and compile the translation.
* Finding a way to have some kind of plugin into the wordpress gettext system to return the required text.Any suggestions, comments, tipps?
Thanks in advance and kind regards,
Torsten
The topic ‘Changing static text’ is closed to new replies.