From 954800fe5907b085870f07b7d771ffd83b42c67d Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 6 Sep 2025 13:39:56 +0200 Subject: Rename messages.po(t) to tiktok.po(t) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d195472..d0bfcaf 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,8 @@ tiktok: main.c $(CC) $(CFLAGS) -DPODIR='"$(PODIR)"' -o $@ $< extract: - xgettext --from-code=UTF-8 -k_ -o po/messages.pot main.c - find po -name '*.po' -exec msgmerge {} po/messages.pot -o {} \; + xgettext --from-code=UTF-8 -k_ -o po/tiktok.pot main.c + find po -name '*.po' -exec msgmerge {} po/tiktok.pot -o {} \; translations: find po -name '*.po' | while read -r file; do msgfmt "$$file" -o "$${file%po}mo"; done -- cgit v1.2.3