Ajoute le nl_NL
This commit is contained in:
parent
8782063a82
commit
999612142f
|
@ -203,6 +203,7 @@ s\\%%ns2_ip%%\\$NS2_IP\\;
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# hook
|
# hook
|
||||||
|
test -d /usr/lib/alternc/install.d || mkdir -p /usr/lib/alternc/install.d
|
||||||
run-parts --arg=templates /usr/lib/alternc/install.d
|
run-parts --arg=templates /usr/lib/alternc/install.d
|
||||||
|
|
||||||
|
|
||||||
|
@ -391,6 +392,10 @@ if [ -x /usr/sbin/locale-gen ] ; then
|
||||||
echo "it_IT.UTF-8 UTF-8" >>/etc/locale.gen
|
echo "it_IT.UTF-8 UTF-8" >>/etc/locale.gen
|
||||||
LOCALECHANGED=1
|
LOCALECHANGED=1
|
||||||
fi
|
fi
|
||||||
|
if ! grep -q "^nl_NL.UTF-8 UTF-8$" /etc/locale.gen ; then
|
||||||
|
echo "nl_NL.UTF-8 UTF-8" >>/etc/locale.gen
|
||||||
|
LOCALECHANGED=1
|
||||||
|
fi
|
||||||
if [ "$LOCALECHANGED" ] ; then
|
if [ "$LOCALECHANGED" ] ; then
|
||||||
locale-gen
|
locale-gen
|
||||||
fi
|
fi
|
||||||
|
@ -449,6 +454,7 @@ if [ "$HAS_ROOT" != "1" ]; then
|
||||||
echo "* *"
|
echo "* *"
|
||||||
echo "*******************************************"
|
echo "*******************************************"
|
||||||
else
|
else
|
||||||
|
# FIXME must be translated
|
||||||
echo "Il a été impossible de créer un nouveau membre alternc. newone.php a retourné un code d'erreur $?. Vérifiez si la base MySQL, PHP, ainsi que le fichier local.sh sont bien configurés. Vérifiez aussi si des erreurs ne sont pas apparues plus haut dans l'installation."
|
echo "Il a été impossible de créer un nouveau membre alternc. newone.php a retourné un code d'erreur $?. Vérifiez si la base MySQL, PHP, ainsi que le fichier local.sh sont bien configurés. Vérifiez aussi si des erreurs ne sont pas apparues plus haut dans l'installation."
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue