Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] Fixed translation initialization issue
Seems expressions like f' {_("ms")}' force the evaluation of the translatable string, but the translation system is not ready at this stage of the app startup yet and django throws an error in production.
- Loading branch information