mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
Update Adding,-updating-and-installing-new-translations.md
This commit is contained in:
parent
d351b4ce41
commit
881088c950
1 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,15 @@
|
|||
Read all the information relative to GUI internazionalization here:
|
||||
|
||||
https://github.com/evilsocket/opensnitch/tree/master/ui/i18n
|
||||
https://github.com/evilsocket/opensnitch/tree/master/ui/i18n
|
||||
|
||||
Besides translating the .ts files, there're also a few more files that you can translate:
|
||||
|
||||
https://github.com/evilsocket/opensnitch/blob/master/ui/resources/opensnitch_ui.desktop
|
||||
|
||||
Fields to translate:
|
||||
- Comment: Add a new line like `Comment[YOUR_LANGUAGE_CODE]=`
|
||||
- GenericName: Add a new line like `GenericName[YOUR_LANGUAGE_CODE]=`
|
||||
|
||||
For example: `Comment[hu]=Webalkalmazási tűzfal`
|
||||
|
||||
(The language code will be the first part of `echo $LANG`, ex.: en_US -> en, ca_ES -> ca, etc)
|
||||
|
|
Loading…
Add table
Reference in a new issue