mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-15 19:20:47 +01:00
Do not translate category names
This commit is contained in:
parent
f7a1be6525
commit
a88c423abe
@ -31,7 +31,7 @@
|
||||
<row class="$row_cont[id] $row_cont[class]">
|
||||
<et2-hbox cellpadding="0" cellspacing="0" >
|
||||
<html id="${row}[level_spacer]" class="level_spacer"/>
|
||||
<et2-description id="${row}[name]" class="$row_cont[class]"></et2-description>
|
||||
<et2-description id="${row}[name]" class="$row_cont[class]" noLang="true"></et2-description>
|
||||
</et2-hbox>
|
||||
<et2-description id="${row}[description]"></et2-description>
|
||||
<et2-select id="${row}[appname]" readonly="true"></et2-select>
|
||||
|
@ -58,6 +58,8 @@ export class Et2SelectCategory extends Et2StaticSelectMixin(Et2Select)
|
||||
constructor()
|
||||
{
|
||||
super();
|
||||
// we should not translate categories name
|
||||
this.noLang = true;
|
||||
}
|
||||
|
||||
async connectedCallback()
|
||||
|
Loading…
Reference in New Issue
Block a user