Only show if system is already up and running.

This commit is contained in:
Martin Edenhofer 2015-06-28 10:40:55 +02:00
parent 2723f72ff8
commit d0571c58d6

View file

@ -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())