diff --git a/core/shared/i18n/i18n.js b/core/shared/i18n/i18n.js index 96cf277463..e3bd144e9b 100644 --- a/core/shared/i18n/i18n.js +++ b/core/shared/i18n/i18n.js @@ -128,15 +128,6 @@ class I18n { } } - /** - * Check if a key exists in the loaded strings - * @param {String} msgPath - */ - doesTranslationKeyExist(msgPath) { - const translation = this._findString(msgPath, {log: false}); - return translation !== this._fallbackError(); - } - /** * Do the lookup within the JSON file using jsonpath *