EuroPython / djep

EuroPython 2014 conference software
https://ep2014.europython.eu/
BSD 3-Clause "New" or "Revised" License
37 stars 18 forks source link

Feature/statici18n #37

Closed zerok closed 10 years ago

zerok commented 10 years ago

With this we remove the dynamic component of the jsi18n layer and replace it with a statically compiled JavaScript.

The compiled js messages are also compressed so that we can cache them forever.

In DEBUG mode the dynamic view is still used.