montessori-ressources / web

Montessori Ressources full stack webapp based on PHP Symfony
MIT License
2 stars 0 forks source link

Review the translation of the database content #75

Open julbrs opened 4 years ago

julbrs commented 4 years ago

Currently we handle the translation of the database content with a custom entity. It seems that Symfony come with a dedicated way to translate that: https://symfony.com/doc/current/translation.html#translating-database-content

I suggest to study this documentation and see if it can improve the way we handle translation of cards.

Thanks !