Update README.md
This commit is contained in:
parent
4c71e621cf
commit
8094ceff5f
13
README.md
13
README.md
|
|
@ -61,12 +61,15 @@ Join our <a href="https://discord.gg/FFmDE99bgA">Discord</a> server to get help!
|
|||

|
||||

|
||||
|
||||
## Translations 🌎🗺
|
||||
[](https://inlang.com/editor/github.com/AppFlowy-IO/AppFlowy?ref=badge)
|
||||
## Development
|
||||
```
|
||||
# npm install pnpm@8.5.0
|
||||
pnpm install
|
||||
|
||||
To add translations, you can manually edit the JSON translation files in `/frontend/resources/translations`, use
|
||||
the [inlang online editor](https://inlang.com/editor/github.com/AppFlowy-IO/AppFlowy), or
|
||||
run `npx inlang machine translate` to add missing translations.
|
||||
pnpm run dev
|
||||
```
|
||||
|
||||
Open your browser to visit localhost:3000
|
||||
|
||||
## License
|
||||
Distributed under the AGPLv3 License. See [`LICENSE.md`](https://github.com/AppFlowy-IO/AppFlowy-Web/blob/main/LICENSE) for
|
||||
|
|
|
|||
Loading…
Reference in New Issue