aboutsummaryrefslogtreecommitdiffhomepage
path: root/GNUmakefile
diff options
context:
space:
mode:
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; \