codefornl / clarity

Clarity Case Studies
https://clarity.codefor.nl
5 stars 0 forks source link

use cbase language attr for i18n translation (using symfony translator?) #5

Closed jgroenen closed 6 years ago

milovanderlinden commented 6 years ago

I think you also need i18n on the database level. There are frameworks available that seamlessly integrate i18n into the database. If symfony is your framework of choice, may I suggest looking at propel? http://propelorm.org/documentation/behaviors/i18n.html it will also give you migrations and seeds.

jgroenen commented 6 years ago

Curators create curated sets for a specific audience (civil servants), which, I think, includes the language of that specific set. I wouldnt do DB i18n, instead rather offer a clone functionality, to create a similar set in another language.

milovanderlinden commented 6 years ago

Closed in favour of #4