You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Session on Windows wants to spell-check using American English, no matter what I do. This seems to be because it wrongly assumes my locale to be `en-US`, when it is actually `en-GB`. ``` "spellcheck: setting languages to: [\"en-US\"]","time":"2022-10-10T19:19:09.216Z" ``` With this patch, Windows will use `$LANGUAGE`, if set, to determine the language to be used for spell-checking. Linux is unaffected by this patch and will correctly infer the spell-checking language from `$LANG`. Create a .bat file and start Session from this: ``` @echo off set LANGUAGE=en-GB "C:\Users\ian\AppData\Local\Programs\Session\Session.exe" --lang=en-GB ``` Note that the use of `--lang=<language>` above sets only the Session UI language, not the spell-checker language. This is a partial fix for #2013, specifically [this comment](https://github.com/oxen-io/session-desktop/issues/2013#issuecomment-998679090): |
3 years ago | |
---|---|---|
.. | ||
config | 3 years ago | |
migration | 3 years ago | |
attachment_channel.ts | 3 years ago | |
config.ts | 3 years ago | |
database_utility.ts | 3 years ago | |
encrypt_attachment_buffer.ts | 3 years ago | |
getRootPath.ts | 3 years ago | |
global_errors.ts | 3 years ago | |
latest_desktop_release.ts | 3 years ago | |
locale.ts | 3 years ago | |
logging.ts | 3 years ago | |
logs.ts | 3 years ago | |
menu.ts | 3 years ago | |
permissions.ts | 3 years ago | |
protocol_filter.ts | 3 years ago | |
sodiumNode.ts | 3 years ago | |
spell_check.ts | 3 years ago | |
sql.ts | 3 years ago | |
sql_channel.ts | 3 years ago | |
storage_item.ts | 3 years ago | |
tray_icon.ts | 3 years ago | |
window_state.ts | 3 years ago |