Fixed comment.

This commit is contained in:
Norman Jäckel 2015-12-01 14:41:36 +01:00
parent acbe929706
commit 696bfb0883

View File

@ -71,7 +71,8 @@ angular.module('OpenSlidesApp.core.site', [
// set detected browser language as default language (fallback: 'en')
Languages.setCurrentLanguage(Languages.getBrowserLanguage());
//TODO: for debug only! (helps to find untranslated strings by adding "[MISSING]:")
// Set this to true for debug. Helps to find untranslated strings by
// adding "[MISSING]:".
gettextCatalog.debug = false;
}
])