mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-19 20:01:53 +00:00
echo formatted language
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2006 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
22c0ef3de4
commit
6166946238
1 changed files with 2 additions and 1 deletions
|
|
@ -11,10 +11,11 @@ LFILE = LC_MESSAGES/$(PACKAGE).mo
|
|||
LANGUAGES = de fr nl
|
||||
|
||||
mofiles:
|
||||
for la in $(LANGUAGES); do \
|
||||
@for la in $(LANGUAGES); do \
|
||||
if [ ! -d $(LDIR)/$$la/LC_MESSAGES ]; then \
|
||||
mkdir -p $(LDIR)/$$la/LC_MESSAGES; \
|
||||
fi; \
|
||||
echo "Formatting language catalog $${la}:"; \
|
||||
$(MSGFMT) -c --statistics -o $(LDIR)/$$la/$(LFILE) $$la.po; \
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue