mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 03:30:25 +00:00
Merge branch 'develop' of github.com:lefnire/habitrpg into develop
This commit is contained in:
commit
e33eee4142
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ translate = (req, res, next) ->
|
|||
model = req.getModel()
|
||||
|
||||
# Set locale to bg on dev
|
||||
model.set '_i18n.locale', 'bg' if process.env.NODE_ENV is "development"
|
||||
#model.set '_i18n.locale', 'bg' if process.env.NODE_ENV is "development"
|
||||
|
||||
next()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue