mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Fix Localisation Issues (#620)
* ELECTRON-1073: localise more info window content * fix localisation on network error strings * ELECTRON-1074: fix localisation for right click context menu in child windows * ELECTRON-1097: fix japanese localisation string name for screen sharing indicator * ELECTRON-1052: add localisation support for screen names in screen sharing window
This commit is contained in:
committed by
GitHub
parent
dd5dbda122
commit
ef392b2c60
@@ -251,6 +251,7 @@ function onWebContent(webContents) {
|
||||
spellchecker.initializeSpellChecker();
|
||||
spellchecker.updateContextMenuLocale(i18n.getMessageFor('ContextMenu'));
|
||||
const contextMenuBuilder = new ContextMenuBuilder(spellchecker.spellCheckHandler, webContents, false, spellchecker.processMenu.bind(spellchecker));
|
||||
contextMenuBuilder.setAlternateStringFormatter(spellchecker.getStringTable(i18n.getMessageFor('ContextMenu')));
|
||||
let currentLocale = i18n.getLanguage();
|
||||
|
||||
const contextMenuListener = (event, info) => {
|
||||
|
||||
Reference in New Issue
Block a user