mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
325c266506
This neded for update source file to Transifex.org by command: tx push -l en --source Signed-off-by: Slava Zanko <slavazanko@gmail.com>
13 lines
533 B
Plaintext
13 lines
533 B
Plaintext
|
|
update-po: Makefile
|
|
$(MAKE) $(DOMAIN).pot-update && \
|
|
sed \
|
|
-e '/#, fuzzy/d' \
|
|
-e 's/Project-Id-Version: PACKAGE VERSION/Project-Id-Version: $(PACKAGE) $(VERSION)/' \
|
|
-e 's/^"Plural-Forms: nplurals=INTEGER;/#"Plural-Forms: nplurals=INTEGER;/' \
|
|
-e 's@Content-Type: text/plain; charset=CHARSET@Content-Type: text/plain; charset=utf-8@' \
|
|
< $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
|
mv -f $(DOMAIN).1po $(srcdir)/$(DOMAIN).pot
|
|
test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES)
|
|
$(MAKE) update-gmo
|