Expected Behavior
All dialogs are unlocalized
Steps to Reproduce
Try to close application window. Leaving dialog uses dialog.showMessageBoxSync (src/main/index.js:361). There is no way to get it localized like menu. Please, use wrapper function for generate string for localization as in gettext().
Expected Behavior
All dialogs are unlocalized
Steps to Reproduce
Try to close application window. Leaving dialog uses dialog.showMessageBoxSync (src/main/index.js:361). There is no way to get it localized like menu. Please, use wrapper function for generate string for localization as in gettext().