diff --git a/app/index.js b/app/index.js index 1cd29c9..1070ac1 100644 --- a/app/index.js +++ b/app/index.js @@ -1032,6 +1032,8 @@ function translatePiece(selector, kind, parameters, key) { element.setAttribute(parameters.name || 'value', translation); break; } + } else { + console.warn(`translation selector "${selector}" for "${key}" did not match any element`) } }