Hello, this is a request to spend core funds on a transifex improvement:
opened 09:36AM - 15 Dec 15 UTC
closed 07:26AM - 04 May 18 UTC
I just noticed validation message in model which has some non translated string:… https://github.com/openfoodfoundation/openfoodnetwork/blob/master/app/models/enterprise_role.rb#L6
We should also search more of them!
`grep -r 'message:' app/models`
---
Also some mailers
https://github.com/openfoodfoundation/openfoodnetwork/blob/master/app/views/producer_mailer/order_cycle_report.text.haml
Example of translated mailer https://github.com/openfoodfoundation/openfoodnetwork/blob/master/app/views/enterprise_mailer/welcome.html.haml
Check
- https://github.com/openfoodfoundation/openfoodnetwork/tree/master/app/views/spree/order_mailer
- https://github.com/openfoodfoundation/openfoodnetwork/tree/master/app/views/spree/user_mailer
not on transifex
https://github.com/openfoodfoundation/openfoodnetwork/blob/master/app/views/spree/user_mailer/signup_confirmation.en-GB.text.erb
https://github.com/openfoodfoundation/openfoodnetwork/commit/543368169f5aa09b6646aa5440b44f2ce6c96629#commitcomment-14981280
---
https://github.com/glebm/i18n-tasks
`$ i18n-tasks missing`
As @maikel notes:
This issue is suggesting a new tool to clean up our translations and ensure that we don’t mess things up with code typos. It would be a core commons contribution to work on this. Making i18n pull requests easier and faster for everyone.