Commit Graph

10 Commits (b36e18b6f4dd0b452db1b1feb45a76c3e21c69bd)

Author SHA1 Message Date
Audric Ackermann b36e18b6f4
fix: time&date format are not dependent on crowdin supported locales 7 months ago
Audric Ackermann 197ea88861
fix: addressing more PR reviews 7 months ago
Audric Ackermann 7611f07b09
chore: address PR 184 reviews 7 months ago
Ryan Miller a9be08bd4e feat: add localization to the node side of the app 7 months ago
Ryan Miller 5f53b3fe8f feat: replace and add changed and new localized strings 1 year ago
Audric Ackermann d43d6abbae chore: replace tslint with eslint and fix linting issues 2 years ago
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
Audric Ackermann 2b17ad5cfa WIP 3 years ago
Audric Ackermann 2dfd09a7b1 app kind of start background side 3 years ago
Audric Ackermann 38774a9344 moved a bunch of node files to typescript 3 years ago