Update 0.2.1.md

This commit is contained in:
Stefan Pejcic
2024-06-19 22:18:48 +02:00
committed by GitHub
parent 4d9e2f6341
commit 5d069fc052

View File

@@ -156,23 +156,20 @@ OpenPanel users can now access their PHPMyAdmin instances using https://their-do
Starting version 0.2.1 the path for OpenPanel translations is changed from `/usr/local/panel/translations/` to `/etc/openpanel/openpanel/translations/`. This will ensure that translation files are not modified during OpenPanel updates, ensuring that you never lose your local changes.
We have also created a script to help you easily install any locale(s):
Installing single locale:
```bash
bash <(curl -sSL https://raw.githubusercontent.com/stefanpejcic/openpanel-translations/main/install.sh) sr-sr
```
Installing multiple locales at once:
```bash
bash <(curl -sSL https://raw.githubusercontent.com/stefanpejcic/openpanel-translations/main/install.sh) sr-sr tr-tr
```
List all available locales:
```bash
bash <(curl -sSL https://raw.githubusercontent.com/stefanpejcic/openpanel-translations/main/install.sh)
```
We have also created a new command to help you easily install any locale(s):
- List all available locales:
```bash
opencli locale
```
- Installing single locale:
```bash
opencli locale sr-sr
```
- Installing multiple locales at once:
```bash
opencli locale sr-sr tr-tr
```
### Firewall Settings