I have a problem with localization in grid toolbar for custom items.
I can not localize custom items.
Example:
public toolbar: ToolbarItems[] | object;
this.toolbar = [
{ text: 'Add', prefixIcon: 'e-add', id: 'Add', align: 'Left' },
'Edit'
],
In this example, custom item Add will not translate, but built-in item Edit has no problem with localization.