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 | |
|---|---|---|
| .. | ||
| components | 3 years ago | |
| data | 3 years ago | |
| hooks | 3 years ago | |
| interactions | 3 years ago | |
| mains | 3 years ago | |
| models | 3 years ago | |
| node | 3 years ago | |
| notifications | 4 years ago | |
| protobuf | ||
| receiver | 3 years ago | |
| session | 3 years ago | |
| shared/attachments | 4 years ago | |
| shims | 4 years ago | |
| state | 3 years ago | |
| test | 3 years ago | |
| types | 3 years ago | |
| updater | 3 years ago | |
| util | 3 years ago | |
| webworker | 3 years ago | |
| OS.ts | 4 years ago | |
| blueimp-canvas-to-blob.d.ts | 4 years ago | |
| curve25519-js.d.ts | 3 years ago | |
| ip2country.d.ts | ||
| mic-recorder-to-mp3.d.ts | ||
| window.d.ts | 3 years ago | |