From c8bce099a30ac5faaee19a74799b121428fc2f79 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 27 Jul 2025 16:33:20 +0200 Subject: Remove English (Simplified) --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 46c685b..e4fb99d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -15,7 +15,7 @@ euro-cash.eu: $(cssfiles) $(templates) $(gofiles) $(sqlfiles) po: exttmpl find . -name '*.html.tmpl' -exec ./exttmpl -out po/templates.pot {} + - for bcp in en en-US nl; \ + for bcp in en; \ do \ mkdir -p "po/$$bcp"; \ msgmerge --update "po/$$bcp/messages.po" po/templates.pot; \ -- cgit v1.2.3