mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
updated i18n README
This commit is contained in:
parent
e05cb3a865
commit
3dc80809af
1 changed files with 10 additions and 1 deletions
|
@ -19,10 +19,19 @@
|
|||
- linguist locales/es_ES/opensnitch-es_ES.ts
|
||||
|
||||
3. create .qm file:
|
||||
- lrelease locales/es_ES/opensnitch-es_ES.ts -qm locales/es_ES/es_ES.qm
|
||||
- lrelease locales/es_ES/opensnitch-es_ES.ts -qm locales/es_ES/opensnitch-es_ES.qm
|
||||
|
||||
or:
|
||||
|
||||
1. make
|
||||
2. linguist locales/es_ES/opensnitch-es_ES.ts
|
||||
3. make
|
||||
|
||||
### Installing translations (manually)
|
||||
|
||||
In order to test a new translation:
|
||||
|
||||
`mkdir -p /usr/lib/python3/dist-packages/opensnitch/i18n/<YOUR LOCALE>/`
|
||||
`cp locales/<YOUR LOCALE>/opensnitch-<YOUR LOCALE>.qm /usr/lib/python3/dist-packages/opensnitch/i18n/<YOUR LOCALE>/`
|
||||
|
||||
Note: the destination path may vary depending on your system.
|
||||
|
|
Loading…
Add table
Reference in a new issue