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-desktop/ts
Ian Macdonald ca3da7a603
Set the Windows spell-checking language from $LANGUAGE.
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 Merge pull request #2534 from Bilb/add-settings-audio-notifications 3 years ago
data feat: add support for audio notifications windows/macOS 3 years ago
hooks feat: add the BlockedList component in Settings 3 years ago
interactions Merge branch 'clearnet' into mark-all-as-read-optimization 3 years ago
mains fix: selected message box shadow and hide button while loading DB 3 years ago
models Merge pull request #2488 from Bilb/message-request-include-profile 3 years ago
node Set the Windows spell-checking language from $LANGUAGE. 3 years ago
notifications move storage.js to ts 3 years ago
protobuf
receiver Merge pull request #2488 from Bilb/message-request-include-profile 3 years ago
session Merge pull request #2539 from Bilb/add-toast-react-rate-limit 3 years ago
shared/attachments split attachmnent logic between what is used on main and renderer 3 years ago
shims add tests for attachment metadata 3 years ago
state fix: UI for link previews when the image is too less than 200px 3 years ago
test feat: add custom sound for notification so it works for Linux too 3 years ago
types Merge pull request #2534 from Bilb/add-settings-audio-notifications 3 years ago
updater feat: add search by contacts to closed group overlay 3 years ago
util feat: add custom sound for notification so it works for Linux too 3 years ago
webworker feat: add search by contacts to closed group overlay 3 years ago
OS.ts cleanup dependencies 3 years ago
blueimp-canvas-to-blob.d.ts Move scale/resize and attachment logic to typescript 3 years ago
curve25519-js.d.ts Id blinding + onionv4 + new endpoints for sogs and fileserver (#2347) 3 years ago
ip2country.d.ts
mic-recorder-to-mp3.d.ts
window.d.ts fix: UI for link previews when the image is too less than 200px 3 years ago