Add translation information
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
898dc1cac6
commit
b6331ac902
1 changed files with 6 additions and 0 deletions
|
@ -24,3 +24,9 @@ For a better setup you can choose the backend which is used to store the secrets
|
|||
- `redis` - Storing the secrets in a hash under one key
|
||||
- `REDIS_URL` - Redis connection string `tcp://auth:PWD@HOST:PORT/DB`
|
||||
- `REDIS_KEY` - Key to store the hash in (Default `io.luzifer.ots`)
|
||||
|
||||
## Localize to your own language
|
||||
|
||||
If you want to help translating the application to your own language please download the [`en-us.all.json`](https://github.com/Luzifer/ots/blob/master/frontend/locale/en-us.all.json) file from this repository and translate the `others` strings inside. Afterwards please [open an issue](https://github.com/Luzifer/ots/issues/new) and attach your translation including the information which language you translated the strings into. Of course you also could open a pull-request to add the new file to the `frontend/locale` folder.
|
||||
|
||||
Same goes with when you're finding translation errors: Just open an issue and let me know!
|
||||
|
|
Loading…
Reference in a new issue