I want to allow users to add languages and translate strings for my app. The app is hosted on GAE so overriding the translation files is not allowed.
What do you recommend? - override T() with my own helper that reads from the database?
I want to allow users to add languages and translate strings for my app. The app is hosted on GAE so overriding the translation files is not allowed.
What do you recommend? - override T() with my own helper that reads from the database?