Cocolabs-SAS / cocorico

👐 Cocorico is an open source marketplace solution for services and rentals. More information right here: https://www.cocorico.io/ 🚀 Cocorico is also available in an off-the-shelf SaaS package, check out https://www.hatch.li to launch your platform today. 😍 We are hiring (telecommute welcome 🏡): https://www.welcometothejungle.com/en/companies/cocorico/jobs/candidatures-spontanees#apply
https://www.cocolabs.com
MIT License
857 stars 610 forks source link

Disable translation? #459

Closed SajjaadSherif closed 4 years ago

SajjaadSherif commented 4 years ago
Q A
Bug report? [ ]
Feature request? [ ]
Support request? [x]

Hello

I would like to know if it is possible to disable translation and have cocorico operate only in English?

Thanks and regards, Sajjaad

cocolabssas commented 4 years ago

Hi @SajjaadSherif,

Yes you can do it by removing fr locale in cocorico.locales parameter here : src/Cocorico/CoreBundle/Resources/config/parameters.yml:21

cocorico.locales:
            - en
            - fr
SchulzWill commented 4 years ago

Hello @SajjaadSherif , the change above works :)