Can someone help me to get the gravityform-nl_NL.po file that belongs to version 1.5.X. All the pricing fields are not translate yet.
Second problem is when i switch from dollar to Euro in settings, the euro sign switches behind the amount.
Can someone help me to get the gravityform-nl_NL.po file that belongs to version 1.5.X. All the pricing fields are not translate yet.
Second problem is when i switch from dollar to Euro in settings, the euro sign switches behind the amount.
There is a plugin for the NL translation in the WordPress.org repository that is maintained by the author of the NL translation. You may want to install and activate that plugin and utilize it for the latest translation. You can find it here:
Is the euro problem solved by anyone? Mine is still behind the amount. I allready tried the dutch translation plugin from above, but they don't do anything with the euro sign, so this is in the css of gravity forms. But I can't seem to find where I can define the place.
Help would be realy nice here!
Thanks in advance.
Can you post a link to a form where the problem is visible?
I've figured it out in the css. So this is what I did:
In the currency.php you search "euro". There is only one hit. Behind euro there is symbol_left and then symbol_right. If you change the second one to symbol_left aswell it's fixed.
Thanks for the response though.
@hugo_everybody You should never modify or edit core Gravity Forms files. It you want to make enhancements or customizations you should do so through the use of hooks and filters. We do not support modifications made to the core plugin.
There is a hook for customizing the currency to suit your needs. You can find it here:
http://www.gravityhelp.com/documentation/page/Gform_currencies
The EURO symbol was aligned to the right of the field by default because when we investigated how most European Union locations formatted the currency it was typically located to the right of the amount. There were other variations, but we had to pick one to use and this was the most common.