-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Add a new button next to "Clear the database" called "Generate the database" with a brand new feature :
It simply looks for every routes registered, find every object/method called when accessing this route and call another method if defined to get every traductions. Say we have a route "home", this button will call a method "_home_ts". In this method, the user can simply register all traductions he wants.
Templates files should also be generated ... have to find a way to also process them.