diff README-i18n.txt @ 854:3577c51029f1 default tip

Remove Suspended Sentence. pyntnclick is the library we extracted from it
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 21 Jun 2014 22:15:54 +0200
parents eafa66caedd2
children
line wrap: on
line diff
--- a/README-i18n.txt	Sat Jun 21 22:04:35 2014 +0200
+++ b/README-i18n.txt	Sat Jun 21 22:15:54 2014 +0200
@@ -5,26 +5,6 @@
 with gettext ".po" format any text editor will do.
 
 
-== How do I translate suspended-sentence into my language? ==
-
-First of all look if there is already translation catalog for
-your locale in `po/' subdirectory. The file should be named like
-`<locale>.po' where <locale> is the language code for your locale.
-For example, catalog for German is called `de.po'. If it is there
-you can start translating.
-
-If there is no file for your locale you need to generate it. To do
-this navigate to the `po/' directory in terminal and type command
-
-  msginit -l <locale>
-
-where <locale> is two-letters-language-code you need. Then translate
-generated file using your preferred editor.
-
-To get new translation to work you need to compile and install it by
-executing `install-po.sh' script.
-
-
 == How can I mark the string in code as translatable? ==
 
 Just surround it with _( and ) like