diff options
author | Kevin Dalley <kevind@rahul.net> | 2002-03-15 14:20:02 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:05:02 +0000 |
commit | ac8459519a9ef2a1ee635509b52a653da1bfe9d5 (patch) | |
tree | 9ed2df2144d6ad3bb7cf1d43243d815a8eb90059 /xsane.LANGUAGES | |
parent | 8b372c9248930ae29763202121434d3d676d0f30 (diff) | |
parent | e7e90b72fd3161c5d55fed49e100781dfa3e9408 (diff) |
Imported Debian patch 0.84-2debian/0.84-2
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 |