Update missing translation handler.

This commit is contained in:
Igor Kulikov 2019-03-12 16:15:41 +02:00
parent 282b16b1af
commit 850376c34d

View File

@ -18,7 +18,7 @@
.name;
/*@ngInject*/
function ThingsboardMissingTranslateHandler($log, types) {
function ThingsboardMissingTranslateHandler(/*$log, types*/) {
return function (translationId) {
/*if (translationId && !translationId.startsWith(types.translate.customTranslationsPrefix)) {