From ec28196646b1dbd835dfebabfe5686da8d2f4534 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 2 Jan 2020 10:17:47 +0000 Subject: [PATCH] reenable all translations --- PKGBUILD | 3 --- 1 file changed, 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index b58853c..cd81f2d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -132,9 +132,6 @@ prepare() { echo "Pull in latest language files..." ./linguas.sh - echo "Remove not working langs which need LC_ALL=C.UTF-8..." - sed -e 's#en@cyrillic en@greek##g' -i "po/LINGUAS" - echo "Avoid problem with unifont during compile of grub..." # http://savannah.gnu.org/bugs/?40330 and https://bugs.archlinux.org/task/37847 gzip -cd "${srcdir}/unifont-${_UNIFONT_VER}.bdf.gz" > "unifont.bdf"