##// END OF EJS Templates
i18n: extract docstrings from revset module
Wagner Bruna -
r12854:5d3f3d57 stable
parent child Browse files
Show More
@@ -88,7 +88,8 b' update-pot: i18n/hg.pot'
88
88
89 i18n/hg.pot: $(PYFILES) $(DOCFILES)
89 i18n/hg.pot: $(PYFILES) $(DOCFILES)
90 $(PYTHON) i18n/hggettext mercurial/commands.py \
90 $(PYTHON) i18n/hggettext mercurial/commands.py \
91 hgext/*.py hgext/*/__init__.py $(DOCFILES) > i18n/hg.pot
91 hgext/*.py hgext/*/__init__.py mercurial/revset.py \
92 $(DOCFILES) > i18n/hg.pot
92 # All strings marked for translation in Mercurial contain
93 # All strings marked for translation in Mercurial contain
93 # ASCII characters only. But some files contain string
94 # ASCII characters only. But some files contain string
94 # literals like this '\037\213'. xgettext thinks it has to
95 # literals like this '\037\213'. xgettext thinks it has to
General Comments 0
You need to be logged in to leave comments. Login now