# HG changeset patch # User Pascal Bellard # Date 1613930109 0 # Node ID d37d21683dd10d442cc2917c64a5bdf49a177135 # Parent dacad4df6c6ab4960b29ac9493ac1b5cac405f11 undo gettext needs locale definition files diff -r dacad4df6c6a -r d37d21683dd1 etc/init.d/system.sh --- a/etc/init.d/system.sh Sun Feb 21 14:07:33 2021 +0000 +++ b/etc/init.d/system.sh Sun Feb 21 17:55:09 2021 +0000 @@ -31,8 +31,6 @@ fi . /etc/locale.conf action 'Setting system locale: %s' "$LANG" -[ -d /usr/lib/locale/${LANG%.*} ] || -localdef -i ${LANG%.*} -c -f UTF-8 /usr/lib/locale/${LANG%.*} export LC_ALL=$LANG status