[gimp-help-2] Formatting/grammar fixes for TRANSLATING



commit 507ff6c0291c4d75e25708e58d945e2d84932363
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Tue Feb 7 00:42:17 2017 +0300

    Formatting/grammar fixes for TRANSLATING

 TRANSLATING |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/TRANSLATING b/TRANSLATING
index bd60a38..a91c87a 100644
--- a/TRANSLATING
+++ b/TRANSLATING
@@ -7,14 +7,14 @@ How To Add a New Translation
 
 3. Got to this line:
 
-ALL_LINGUAS="ca da de el en en_GB es fr it ja ko nl nn pt_BR ro ru zh_CN"
+ALL_LINGUAS="ca da de el en en_GB es fr it ja ko nl nn pt_BR ru zh_CN"
 
 4. Add a two-letter or four-letter code for your language, e.g. 'ro' for
 Romanian or 'es_MX' for Spanish (Mexico). Save the file.
 
 5. Run './autogen.sh' to generate a Makefile.
 
-6. Run 'make po-LANG' to generate PO files for your langauge, where LANG
+6. Run 'make po-LANG' to generate PO files for your language, where LANG
 is either the two-letter or four-letter code that you added.
 
 
@@ -25,12 +25,14 @@ Use any PO editor you prefer (poEdit, Gtranslator, Lokalize etc.) to open
 and translate PO files create at the previous step. Don't forget to fill
 in basic metadata like translator's name and email address.
 
+
 How To Test Translation
 ~~~~~~~~~~~~~~~~~~~~~~~
 
 Run 'make html-LANG', where LANG is your two/four-letter language code,
 to generate HTML version of the user manual.
 
+
 How To Add Localized Screenshots
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
@@ -42,6 +44,7 @@ It's important to preserve both paths and names when saving localized
 versions of the screenshots. Otherwise documentation won't build properly,
 if at all.
 
+
 How To Submit Translation
 ~~~~~~~~~~~~~~~~~~~~~~~~~
 
@@ -60,7 +63,7 @@ repository.
 3. Run 'git format-patch origin/master' to generate Git-formatted patch 
 (or patches).
 
-4. Submit newly create files.
+4. Submit newly created files.
 
 If you cloned the Git repository via SSH, it means you already have the
 access to push directly to the remote repository. Simply run add and commit


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]