Adapt locale setup for monorepo, fix webconsole
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package options
|
||||
|
||||
func (o *LocaleOpt) Defaults() {
|
||||
if Environment().IsDevelopment() || o.DevelopmentMode {
|
||||
o.Path = "../locale"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user