Only show if system is already up and running.
This commit is contained in:
parent
2723f72ff8
commit
d0571c58d6
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ class TranslationSupport extends App.Controller
|
|||
|
||||
check = =>
|
||||
|
||||
# only show if system is already up and running
|
||||
return if !@Config.get('system_init_done')
|
||||
|
||||
# to not translate en
|
||||
return if App.i18n.notTranslatedFeatureEnabled(App.i18n.get())
|
||||
|
||||
|
|
Loading…
Reference in a new issue