Update missing translation handler.
This commit is contained in:
parent
1037123569
commit
282b16b1af
@ -21,9 +21,9 @@
|
|||||||
function ThingsboardMissingTranslateHandler($log, types) {
|
function ThingsboardMissingTranslateHandler($log, types) {
|
||||||
|
|
||||||
return function (translationId) {
|
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');
|
$log.warn('Translation for ' + translationId + ' doesn\'t exist');
|
||||||
}
|
}*/
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user