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