From a4ae4a97241aaed7fdfc67144bd6e07edb732f02 Mon Sep 17 00:00:00 2001 From: Olof-Joachim Frahm Date: Mon, 19 Jan 2015 20:36:45 +0000 Subject: [PATCH] Add note about how to run with translation on. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 0775d9f..10756aa 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,18 @@ initially. Currently working simultaneously on the English and German version. Patches welcome. +To run with a different language set, use: + + TEXTDOMAINDIR=locale LANGUAGE=de_DE ./crypto-install + +(I would really like to if that environment variable is okay to use +here!) + +**TODO**: If the application is installed, you should only have to set +the `LANGUAGE` environment variable instead, as the default locale +directory will be set during the installation (to +`prefix/share/locale` probably). + To start off with a new translation, use: cd po -- 1.7.10.4