etewiah / property_web_builder

Create a fully featured real estate website on Rails in minutes! ⛺
https://propertywebbuilder.com
MIT License
545 stars 257 forks source link

Adding currency #118

Closed ck7798 closed 3 years ago

ck7798 commented 3 years ago

I would like to add the Kenya shilling to the currency as well as Swahili language. I'm also having a problem saving data from the request and contact forms. Any advice on what to do?

etewiah commented 3 years ago

Hi there,

To add support for another region you can follow this guide:

https://github.com/etewiah/property_web_builder/wiki/Adding-translations-for-a-new-language

For the forms you can follow this. https://github.com/etewiah/property_web_builder/wiki/Enabling-contact-forms

If you come across any issues in the future please remember to open an issue for each individual problem you encounter and some detailed information about exactly the problem you encountered (error logs, ruby version etc etc).