Add catalan language

Signed-off-by: Guillem Bonet <guillem.bonet@gmail.com>
This commit is contained in:
Guillem Bonet 2024-02-09 10:01:34 +01:00
parent 7cd64c3511
commit 7b91dd678e
No known key found for this signature in database
GPG key ID: 48408F6E3AC6F4B4
3 changed files with 29 additions and 1 deletions

View file

@ -97,6 +97,7 @@ These options can be configured by setting environment variables using `-e KEY="
| `WG_POST_UP` | `...` | `iptables ...` | See [config.js](https://github.com/wg-easy/wg-easy/blob/master/src/config.js#L20) for the default value. |
| `WG_PRE_DOWN` | `...` | - | See [config.js](https://github.com/wg-easy/wg-easy/blob/master/src/config.js#L27) for the default value. |
| `WG_POST_DOWN` | `...` | `iptables ...` | See [config.js](https://github.com/wg-easy/wg-easy/blob/master/src/config.js#L28) for the default value. |
| `LANG` | `en` | `de` | Web UI language (Supports: en, ru, tr, no, pl, fr, de, ca). |
> If you change `WG_PORT`, make sure to also change the exposed port.