Revert "Fix translation"

This reverts commit 9ea9ab1d9e.
merge-requests/14/head
Ordissimo 2025-01-27 21:32:16 +01:00
rodzic d39a061a3e
commit 0be48c9c70
1 zmienionych plików z 12 dodań i 10 usunięć

Wyświetl plik

@ -150,15 +150,7 @@ check:
fi; \
done;
stamp-po: $(srcdir)/$(DOMAIN).pot
@$(CHECK_MACRO_VERSION)
test ! -f $(srcdir)/$(DOMAIN).pot || \
test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES)
@test ! -f $(srcdir)/$(DOMAIN).pot || { \
echo "touch stamp-po" && \
echo timestamp > stamp-poT && \
mv stamp-poT stamp-po; \
}
.PHONY: all update-po install clean distclean maintainer-clean check
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
dist distdir:
@ -198,4 +190,14 @@ dist2: stamp-po $(DISTFILES)
fi; \
done
.PHONY: all dist update-po install clean distclean maintainer-clean check
stamp-po: $(srcdir)/$(DOMAIN).pot
@$(CHECK_MACRO_VERSION)
test ! -f $(srcdir)/$(DOMAIN).pot || \
test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES)
@test ! -f $(srcdir)/$(DOMAIN).pot || { \
echo "touch stamp-po" && \
echo timestamp > stamp-poT && \
mv stamp-poT stamp-po; \
}