diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-03 18:46:56 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-03 18:46:56 +0200 |
commit | ac28cfd3085b4b1b87d5708084df3a1d08901a91 (patch) | |
tree | 6d796584cc5d64ebfb6f176ec9a2d730d651ac13 /client/makefile | |
parent | 5c1f99fe6c5286d9fad42fff6ae5849143c4b1e0 (diff) | |
download | hurrycurry-ac28cfd3085b4b1b87d5708084df3a1d08901a91.tar hurrycurry-ac28cfd3085b4b1b87d5708084df3a1d08901a91.tar.bz2 hurrycurry-ac28cfd3085b4b1b87d5708084df3a1d08901a91.tar.zst |
po export
Diffstat (limited to 'client/makefile')
-rw-r--r-- | client/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/makefile b/client/makefile index 71a4fb38..2f17bee1 100644 --- a/client/makefile +++ b/client/makefile @@ -37,4 +37,4 @@ po/locales.csv: $(LT) po/%.po: ../locale/%.ini $(LT) @mkdir -p po - $(LT) export-po $< $@ + $(LT) export-po $< $@ --remap-ids ../locale/en.ini |