Buttons with translated text issue
Hi, I have found this particularly annoying issue - I have datagrid set-up with Contribute/Translation and found out that in case I want to use action buttons without text, it keeps trying to find a empty string to translate, so I load 20 rows in datagrid, I have 40 missing empty strings for 2 buttons each row. So I thought I´ll just give it to him-made a admin.hidden: '' and added this to delete button. Sadly with that, it will add 2 or 3px whitespace after icon, so the icon is not centered and whole button looks ugly.
Is there any way around this issue? I didn´t find a way to turn off auto-translation just for the button. Is there a way to change template just for the buttons generally? To remove the space, or other way, close the name into span that I would be able to hide with display: none? I´ve tried few things with just css, but remove whitespace from there is not possible without totally broking the buttons.