From 7e28e9a1f21ae114a3c65ed97a0e17050eb461f4 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Mon, 21 Nov 2016 10:47:17 +0100 Subject: [PATCH] Created Creating a Lynis translations (markdown) --- Creating-a-Lynis-translations.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Creating-a-Lynis-translations.md diff --git a/Creating-a-Lynis-translations.md b/Creating-a-Lynis-translations.md new file mode 100644 index 0000000..43a36b4 --- /dev/null +++ b/Creating-a-Lynis-translations.md @@ -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/ \ No newline at end of file