aboutsummaryrefslogtreecommitdiffhomepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-07-27 16:33:20 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-07-27 16:33:20 +0200
commitc8bce099a30ac5faaee19a74799b121428fc2f79 (patch)
tree22640922b72a27b79f77ba558a55c9047949f107 /GNUmakefile
parent63c119187d6be51d157a9a99a5939d14a5de39eb (diff)
Remove English (Simplified)
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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; \