summaryrefslogtreecommitdiffstats
path: root/po/l10n_set
blob: 51e9c849dec43a62755a0d0a495a4092b4087153 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
langname="Unknown"

cfname=lang.config

if [ -r $cfname ]; then
    source $cfname
elif [ -r $lcode/$cfname ]; then
    source $lcode/$cfname
else
    echo "Configuration for $lcode not found"
    exit 15
fi