gdomap PT-PT

Language Packs


Moderator: Forum moderators

Post Reply
User avatar
AntonioPt
Posts: 219
Joined: Wed Aug 11, 2021 7:41 pm
Has thanked: 99 times
Been thanked: 37 times

gdomap PT-PT

Post by AntonioPt »

Hello all,

Another script with translation and small bugs clean

Add it :

Code: Select all

INC_0="/etc/default/$NAME"
INC_1="/lib/lsb/init-functions"
[ -x "$DAEMON" ] || exit 0
[ ! -f "${INC_0}" ] && echo "$(gettext "This script") ${NAME} $(gettext "needs to include") ${INC_0} $(gettext "in order to work.")" && exit 1
[ ! -f "${INC_1}" ] && echo "$(gettext "This script") ${NAME} $(gettext "needs to include") ${INC_1} $(gettext "in order to work.")" && exit 1
. ${INC_0}
. ${INC_1}

removed :

Code: Select all

if [ -f /etc/default/$NAME ]; then
    . /etc/default/$NAME
fi
. /lib/lsb/init-functions

Puppy: LunarPup
Path: /etc/init.d

Attachments
gdomap_init.po.fake.gz
(813 Bytes) Downloaded 18 times
gdomap.fake.gz
(1.74 KiB) Downloaded 19 times

Why astronauts use Linux
Because you can't open windows in space

User avatar
AntonioPt
Posts: 219
Joined: Wed Aug 11, 2021 7:41 pm
Has thanked: 99 times
Been thanked: 37 times

Re: gdomap PT-PT

Post by AntonioPt »

Forgot to mention that in LunarPup /lib/lsb/init-functions are missing

Attachments
Captura de ecrã.png
Captura de ecrã.png (21.89 KiB) Viewed 373 times

Why astronauts use Linux
Because you can't open windows in space

Post Reply

Return to “Internationalization”