Do not translate category names

This commit is contained in:
hadi
2023-04-25 12:01:19 +02:00
parent f7a1be6525
commit a88c423abe
2 changed files with 3 additions and 1 deletions

View File

@@ -58,6 +58,8 @@ export class Et2SelectCategory extends Et2StaticSelectMixin(Et2Select)
constructor()
{
super();
// we should not translate categories name
this.noLang = true;
}
async connectedCallback()