diff --git a/scripts/find-html-translations.js b/scripts/find-html-translations.js
index fd5a01f54..8c93a6f8f 100644
--- a/scripts/find-html-translations.js
+++ b/scripts/find-html-translations.js
@@ -5,7 +5,7 @@ var simpleTags = [
'
',
];
-['a', 'b', 'em', 'p'].forEach(function (tag) {
+['a', 'b', 'em', 'p', 'i'].forEach(function (tag) {
simpleTags.push('<' + tag + '>');
simpleTags.push('' + tag + '>');
});