Update missing translation handler.

This commit is contained in:
Igor Kulikov 2019-03-12 16:14:46 +02:00
parent 1037123569
commit 282b16b1af

View File

@ -21,9 +21,9 @@
function ThingsboardMissingTranslateHandler($log, types) {
return function (translationId) {
if (translationId && !translationId.startsWith(types.translate.customTranslationsPrefix)) {
/*if (translationId && !translationId.startsWith(types.translate.customTranslationsPrefix)) {
$log.warn('Translation for ' + translationId + ' doesn\'t exist');
}
}*/
};
}