Closed eedea closed 2 years ago
The method has two Arguments which you can use for that.
const buttonFunction = createBackMainMenuButtons(
ctx => ctx.t('backbutton'),
ctx => ctx.t('mainbutton'),
);
I hope this helps
Thanks, it works perfectly.
Hi, Is there any way to customize (ie. localize) texts for buttons created by createBackMainMenuButtons command?