refugeehackathon / interpreteer-backend

Interpreteer helps newcomers find an interpreter
GNU General Public License v2.0
1 stars 0 forks source link

How to localize? #28

Closed dahoo closed 8 years ago

dahoo commented 8 years ago

We could either use django's possibilities (if we keep the current way of serving html) or use a JS library such as L20n.

@refugeehackathon/interpreteer Opinions?

hrantzsch commented 8 years ago

I think we want to decouple our frontend and backend again. So the frontend would need to take care of localization on its own and without Django. (Right?)

dahoo commented 8 years ago

Since were using ember now, we should use something like ember-i18n