eldoy / waveorb

Javascript web app development framework
https://waveorb.com
MIT License
5 stars 0 forks source link

Load translations from database or API on startup. #163

Open eldoy opened 6 months ago

eldoy commented 6 months ago

Create a service that keeps translations for applications, to support this:

https://github.com/eldoy/waveorb/issues/162

The translations can be loaded during startup and cached in the application. This will make startup times slower, need rolling deploys to make this smoother.