diff options
author | nokoe <nokoe@mailbox.org> | 2024-07-25 12:58:57 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2024-07-25 12:58:57 +0200 |
commit | 96e03243dd0b9e7920a9945c6a56b7def2edd711 (patch) | |
tree | 5b601b6120e9f35358dbebad6180dabd583642e7 | |
parent | 1a3a718ec9ad5305d8472c4354de833fabdaeb54 (diff) | |
download | hurrycurry-96e03243dd0b9e7920a9945c6a56b7def2edd711.tar hurrycurry-96e03243dd0b9e7920a9945c6a56b7def2edd711.tar.bz2 hurrycurry-96e03243dd0b9e7920a9945c6a56b7def2edd711.tar.zst |
generate po files
-rw-r--r-- | client/po/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/po/makefile b/client/po/makefile index 8802f661..62ee5471 100644 --- a/client/po/makefile +++ b/client/po/makefile @@ -18,4 +18,4 @@ all: $(wildcard *.po) %.po: hurrycurry.pot - msgmerge -vU $@ $< + if test -e $@; then msgmerge -vU $@ $<; else msginit --no-translator --locale=$@ --input=hurrycurry.pot; fi |