I have a multi-lingual installation of ZP 1.4.12 and the "contact_form" plugin activated. While the multi-lingual setting allows me to translate most of the text elements in the contact form, the actual form fields (Name, E-Mail, Phone, Enter CAPTCHA, Subject, ...) maintain their English text (in German as well as in Spanish translation).
Is there a way to also translate these elements?
Comments
Just look for "zenphoto-dev/zp-core/zp-extensions/contact_form/form.php".
German works when I'm logged out, but Spanish .po file needs some updates. There is e.g. a translation for `Enter CAPTCHA*:`, but none for `Enter CAPTCHA*` (without the colon at the end, as used in the contact form).
Is there already a script available to update the .po file to the latest source code (`xgettext` and `msgmerge` I suppose)? I'm not a native speaker, but I might fix at least some of the missing parts.
Btw, just to note: fretzl could neither reproduce your or my observation. For him it works as expected.
Do you know if there is a script to update the .po file to the latest sources (it will most likely use `msgmerge`)?