diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:04:58 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:04:58 +0000 |
commit | 2d113e8792747151bf5d830f1a1485f2f951f940 (patch) | |
tree | f29e273d53fe5735cdac171504d798bf45ea2007 /xsane.LANGUAGES |
Imported Upstream version 0.50upstream/0.50
Diffstat (limited to 'xsane.LANGUAGES')
-rw-r--r-- | xsane.LANGUAGES | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/xsane.LANGUAGES b/xsane.LANGUAGES new file mode 100644 index 0000000..c77db9e --- /dev/null +++ b/xsane.LANGUAGES @@ -0,0 +1,14 @@ +Since version 0.36 xsane supports NLS, you can add a translation +file for your language now. If you want to add a new language to +xsane please read the file po/README.ADD_NEW_LANGUAGE! + +Backend text translation is done by an own translation table for the +backend sane-"backendname".mo that has to be made available by the backend! + +To select your language, set environment variable LANG to the +abbreviation of your language, eg: + +export LANG=de + +Oliver Rauch + |