nova-sortable icon indicating copy to clipboard operation
nova-sortable copied to clipboard

Localized Toast messages

Open angelocapone opened this issue 4 years ago • 0 comments

Is there any way to have a localized Toast messages instead of changing it in ResourceTable.vue?

this.$toasted.show(
   this.__('The new order has been set!'),
    {type: 'success'}
);

angelocapone avatar Jun 11 '20 10:06 angelocapone