diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-07-27 16:33:20 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-07-27 16:33:20 +0200 |
commit | c8bce099a30ac5faaee19a74799b121428fc2f79 (patch) | |
tree | 22640922b72a27b79f77ba558a55c9047949f107 /GNUmakefile | |
parent | 63c119187d6be51d157a9a99a5939d14a5de39eb (diff) |
Remove English (Simplified)
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
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; \ |