Created Creating a Lynis translations (markdown)

Michael Boelen 2016-11-21 10:47:17 +01:00
parent 941ab7b7aa
commit 7e28e9a1f2

@ -0,0 +1,12 @@
Detect which language and locale you are using:
`echo $LANG`
`echo $LANGUAGE`
Now determine what Lynis detected or is configured for: lynis show language
The two-letter string determines the language and can also be configured in your custom.prf (language=XY).
* Step 1. To start the translation, clone the GitHub project.
* Step 2. Go to db/languages
* Step 3. Copy the "en" file and give the new file the short two-letter name of your language
* Step 4. Perform the translations
* Step 5. Create a pull request - https://help.github.com/articles/creating-a-pull-request/