X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=README.md;h=0775d9f1dcc45a44d73523877adaace92a7891f9;hb=bc6e20b50145e3fe9e2888d34b5e94fe89a95ee1;hp=278752f23c4329f8605dd5a4fd452dfb58be4c03;hpb=e91550537cb692c193d0f7679211aafd9a1686a5;p=crypto-install.git diff --git a/README.md b/README.md index 278752f..0775d9f 100644 --- 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.