patch 8.1.1154
diff --git a/src/po/Makefile b/src/po/Makefile
index 82477cd..8383a12 100644
--- a/src/po/Makefile
+++ b/src/po/Makefile
@@ -165,6 +165,7 @@
 	mv -f ../$(PACKAGE).po $(PACKAGE).pot
 
 %.desktop: %.desktop.in $(POFILES)
+	@echo $(LANGUAGES) | tr " " "\n" |sed -e '/\./d' | sort > LINGUAS
 	$(MSGFMT) --desktop -d . --template $< -o $@
 	cp -f $@ ../../runtime/$@