diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:05:01 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:05:01 +0000 |
commit | e7e90b72fd3161c5d55fed49e100781dfa3e9408 (patch) | |
tree | 67cfcfae6b9a9e15701a332dfacbe0ca6440f16c /xsane.LANGUAGES | |
parent | 2d113e8792747151bf5d830f1a1485f2f951f940 (diff) |
Imported Upstream version 0.84upstream/0.84
Diffstat (limited to 'xsane.LANGUAGES')
-rw-r--r-- | xsane.LANGUAGES | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/xsane.LANGUAGES b/xsane.LANGUAGES index c77db9e..87add6c 100644 --- a/xsane.LANGUAGES +++ b/xsane.LANGUAGES @@ -1,6 +1,6 @@ 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! +xsane please read the file po/README 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! @@ -9,6 +9,10 @@ To select your language, set environment variable LANG to the abbreviation of your language, eg: export LANG=de +on some systems this must be specified this way: +export LANG=german +or +export LANG=de_DE Oliver Rauch |