diff --git a/Creating-a-Lynis-translation.md b/Creating-a-Lynis-translation.md index 77395e5..ae956c4 100644 --- a/Creating-a-Lynis-translation.md +++ b/Creating-a-Lynis-translation.md @@ -19,5 +19,6 @@ The two-letter string determines the language and can also be configured in your * Step 1. To start the translation, fork the GitHub project (click on Fork, at the top). * Step 2. Go to [db/languages](https://github.com/CISOfy/lynis/tree/master/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 +* Step 4. Translate the text strings (just the text between the quotes) +* Step 5. Remove any '#' at the beginning of the line for translated strings +* Step 6. Create a pull request - https://help.github.com/articles/creating-a-pull-request/ \ No newline at end of file