blob: 87add6c3a8599271ff9a3b804241e3bd10369e65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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
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
on some systems this must be specified this way:
export LANG=german
or
export LANG=de_DE
Oliver Rauch
|