From ddb4233a9e8c8865a097d8103c2f37ba89c6ea71 Mon Sep 17 00:00:00 2001 From: Bandie Date: Mon, 1 Oct 2018 00:35:09 +0200 Subject: [PATCH] Updated How to translate (markdown) --- How-to-translate.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/How-to-translate.md b/How-to-translate.md index 6c09101..ca812bd 100644 --- a/How-to-translate.md +++ b/How-to-translate.md @@ -9,13 +9,12 @@ This article will show you how you can help to translate this project. We will begin with the simplest translations: ## Translation within the program - gettext -1. Run `autoreconf -i && ./configure`. -2. Change into the `po` directory. -3. Run `msginit --locale=` (for example `msginit --locale=de_DE.UTF-8`). This will ask for your mail adress. It will generate a file ending with `.po` which you want to translate. -4. Change the header from `"Last-Translator: \n"` to `"Last-Translator: Your Name \n"` -5. Do your translation. (You can use some .po translation programs) -6. Add your language to the `LINGUAS` file. -7. Run `make update-po`. +1. Change into the `po` directory. +2. Run `msginit --locale=` (for example `msginit --locale=de_DE.UTF-8`). This will ask for your mail adress. It will generate a file ending with `.po` which you want to translate. +3. Change the header from `"Last-Translator: \n"` to `"Last-Translator: Your Name \n"` +4. Do your translation. (You can use some .po translation programs) +5. Add your language to the `LINGUAS` file. + ### .po gettext translation convention