Update documentation and filename in strings.
authorOlof-Joachim Frahm <olof@macrolet.net>
Sun, 18 Jan 2015 22:48:41 +0000 (22:48 +0000)
committerOlof-Joachim Frahm <olof@macrolet.net>
Sun, 18 Jan 2015 22:48:41 +0000 (22:48 +0000)
README.md
crypto-install

index 278752f..0775d9f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-crypto-install.py
+crypto-install
 
 # USAGE
 
@@ -53,3 +53,19 @@ installed, then the two hooks in `git_hooks` will run the tests and
 check for PEP8 compatibility before committing as well.  Run
 `git hooks --install` in the checked out folder to register the hooks
 initially.
+
+# LOCALISATION
+
+Currently working simultaneously on the English and German version.
+Patches welcome.
+
+To start off with a new translation, use:
+
+    cd po
+    msginit -l en_US # or whatever language code
+
+You'll have to confirm, or edit the email address and author.
+Afterwards, edit the new `.po` file as usual.
+
+Please read the `gettext` documentation (`info gettext`) for more
+details.
index 9a98129..2a1c544 100755 (executable)
@@ -70,7 +70,7 @@ def parse_arguments ():
         "-v", "--version",
         dest = "version",
         action = "version",
-        version = "crypto-install.py version GIT-TAG (GIT-COMMIT/GIT-BRANCH)",
+        version = "crypto-install version GIT-TAG (GIT-COMMIT/GIT-BRANCH)",
         help = _ ("Display version."))
     parser.add_argument (
         "--no-gui",