Updated po files
This commit is contained in:
parent
f83265081b
commit
234ecdf6e5
@ -64,7 +64,12 @@ DISTCLEANFILES += \
|
|||||||
distuninstallcheck_listfiles = find . -type f -print | grep -v share/mime/ | grep -v share/icons/hicolor
|
distuninstallcheck_listfiles = find . -type f -print | grep -v share/mime/ | grep -v share/icons/hicolor
|
||||||
|
|
||||||
snapshot:
|
snapshot:
|
||||||
$(MAKE) dist && mv $(PACKAGE)-$(VERSION).tar.bz2 $(PACKAGE)-`date +%F-%H-%M`.tar.bz2
|
if [ -d $(top_srcdir)/.hg ]; then \
|
||||||
|
suffix=r`hg tip --template '{rev}'`; \
|
||||||
|
else \
|
||||||
|
suffix=`date +%F-%H-%M`; \
|
||||||
|
fi; \
|
||||||
|
$(MAKE) dist && mv $(PACKAGE)-$(VERSION).tar.bz2 $(PACKAGE)-"$$suffix".tar.bz2
|
||||||
|
|
||||||
win-test-stuff:
|
win-test-stuff:
|
||||||
$(MAKE) all && mkdir -p test-stuff/test-data && \
|
$(MAKE) all && mkdir -p test-stuff/test-data && \
|
||||||
|
705
po/moo.pot
705
po/moo.pot
File diff suppressed because it is too large
Load Diff
713
po/zh_CN.po
713
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user