summaryrefslogtreecommitdiff
path: root/xsane.LANGUAGES
blob: c77db9eee6a1fb4156634848bff40f6e55e0d7ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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