chore: misc

This commit is contained in:
2023-02-20 14:18:41 +00:00
parent 0545a07ea6
commit b23b1764e5
4 changed files with 19 additions and 7 deletions

View File

@ -47,3 +47,15 @@ To build the application and nostr package, use
```
$ yarn build
```
### Translations
Translations are managed on [Crowdin](https://crowdin.com/project/snort)
To extract translations run:
```bash
yarn workspace @snort/app intl-extract
yarn workspace @snort/app intl-compile
```
This will create the source file `packages/app/src/translations/en.json`