@Gabhán Ó Dochartaigh I don't think there is an option to hide the translation options in the current settings. Is it possible to hide other translation languages instead? I think you could try to set the following in options to display only Irish and check if it works for you.
const options = {
"onExit": exitCallback,
"uiZIndex": 2000,
"translationOptions": { language: 'ga-IE' }
};