Hi,
I've just installed Basic forms to evaluate on a site. My site is in Spanish and after install I see the Forms config screen in German. I don't see an obvious language setting. How can I change this to either English or spanish?
Thnks
Hi,
I've just installed Basic forms to evaluate on a site. My site is in Spanish and after install I see the Forms config screen in German. I don't see an obvious language setting. How can I change this to either English or spanish?
Thnks
The spanish translation file in the current release is incorrect. What you need to do is FTP into your site, browse to the wp-content/plugins/gravityforms/languages folder and delete the spanish translation file that is in the folder. We will be removing it from future releases. It was supplied to us by a user and we weren't aware it was incorrect until it was pointed out to us.
That's great I now have my admin in English.
I guess I am going to need to a Spanish translation file - Is there an older version of the file that will take me at least part way there? I don't need admin functionality localized, just the user facing fields.
Thanks
Until we receive a good Spanish translation file (we aren't native Spanish speakers) we don't have one to supply to you. The translations are offered as a courtesy and are user supplied, they aren't official translations that we created. We are planning on introducing official translations later this year that we will support.
Until then you have 3 options. You can create your own Spanish translation by translating the Gravity Forms POT file using a took like POEdit. Tutorial on how to do this can be found here:
http://weblogtoolscollection.com/archives/2007/08/27/localizing-a-wordpress-plugin-using-poedit/
Or if you just want to translate specific user facing fields you can do so via hooks and some custom code you would add to your themes functions.php file. Documentation for the sub-label hooks can be found here:
http://www.gravityhelp.com/documentation/page/Developer_Docs#Sublabels
Your 3rd option is to use the WPML plugin. WPML is a translation plugin. It features a Gravity Forms Add-On that you can use to translate forms. You can find information on this here:
http://www.gravityhelp.com/gravity-forms-goes-multilingual-with-wpml/
The quickest/easiest option is going to be #2 above.
Thanks for the detail repsonse Carl. I'm tempted to go for number two, but I don't see a hook for the Email sub labels (Enter Email and Confirm Email) - does it exist?
I did run POEdit on the gf directory but it didn't pull out any of the sub label texts where in the code are these located?
The sublabel filters for the email and confirm email are:
gform_email
gform_email_confirm
I'll see that they get added to the developer documentation. The sublabels are all in the POT file that is in the languages folder which is what you should use to translate Gravity Forms.
Many thanks!