We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e83c13 commit 791192bCopy full SHA for 791192b
1 file changed
scripts/utils/Translator/Translator.ts
@@ -70,7 +70,7 @@ abstract class Translator {
70
if (!TRANSLATABLE_ATTRIBUTES.includes(normalizedAttrName)) {
71
attributes.push(`${normalizedAttrName}="${attrValue ?? ''}"`);
72
}
73
- })
+ });
74
75
76
return {
0 commit comments