prettier
This commit is contained in:
@@ -184,6 +184,7 @@ yarn dev
|
|||||||
|
|
||||||
A docker compose file `dev-backend-docker-compose.yml` is provided to start the
|
A docker compose file `dev-backend-docker-compose.yml` is provided to start the
|
||||||
whole stack of components which is required for a local development environment:
|
whole stack of components which is required for a local development environment:
|
||||||
|
|
||||||
- Minimum Synapse Setup (servername: synapse.localhost)
|
- Minimum Synapse Setup (servername: synapse.localhost)
|
||||||
- LiveKit JWT Service (Note requires Federation API and hence a TLS reverse proxy)
|
- LiveKit JWT Service (Note requires Federation API and hence a TLS reverse proxy)
|
||||||
- Minimum TLS reverse proxy (servername: synapse.localhost) Note certificates
|
- Minimum TLS reverse proxy (servername: synapse.localhost) Note certificates
|
||||||
@@ -222,13 +223,14 @@ To add a new translation key you can do these steps:
|
|||||||
```
|
```
|
||||||
1. Update the skeleton entry in the `public/locales/en-GB/app.json` file with
|
1. Update the skeleton entry in the `public/locales/en-GB/app.json` file with
|
||||||
the English translation:
|
the English translation:
|
||||||
|
|
||||||
```jsonc
|
```jsonc
|
||||||
{
|
{
|
||||||
...
|
...
|
||||||
"some_new_key": "Some new key",
|
"some_new_key": "Some new key",
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user