diff --git a/README.md b/README.md index 7823656..91cc1a8 100644 --- a/README.md +++ b/README.md @@ -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!