diff --git a/app/assets/javascripts/app/controllers/translation.js.coffee b/app/assets/javascripts/app/controllers/translation.js.coffee index eb978f243..028bbdb45 100644 --- a/app/assets/javascripts/app/controllers/translation.js.coffee +++ b/app/assets/javascripts/app/controllers/translation.js.coffee @@ -148,6 +148,9 @@ class TranslationToDo extends App.Controller @html App.view('translation/english')() return + if !App.i18n.getNotTranslated(@locale) + return + listNotTranslated = [] for key, value of App.i18n.getNotTranslated(@locale) item = [ '', key, '', '']