equal
deleted
inserted
replaced
139 # parse them even though they are not marked for translation. |
139 # parse them even though they are not marked for translation. |
140 # Extracting with an explicit encoding of ISO-8859-1 will make |
140 # Extracting with an explicit encoding of ISO-8859-1 will make |
141 # xgettext "parse" and ignore them. |
141 # xgettext "parse" and ignore them. |
142 echo $(PYFILES) | xargs \ |
142 echo $(PYFILES) | xargs \ |
143 xgettext --package-name "Mercurial" \ |
143 xgettext --package-name "Mercurial" \ |
144 --msgid-bugs-address "<mercurial-devel@selenic.com>" \ |
144 --msgid-bugs-address "<mercurial-devel@mercurial-scm.org>" \ |
145 --copyright-holder "Matt Mackall <mpm@selenic.com> and others" \ |
145 --copyright-holder "Matt Mackall <mpm@selenic.com> and others" \ |
146 --from-code ISO-8859-1 --join --sort-by-file --add-comments=i18n: \ |
146 --from-code ISO-8859-1 --join --sort-by-file --add-comments=i18n: \ |
147 -d hg -p i18n -o hg.pot.tmp |
147 -d hg -p i18n -o hg.pot.tmp |
148 $(PYTHON) i18n/posplit i18n/hg.pot.tmp |
148 $(PYTHON) i18n/posplit i18n/hg.pot.tmp |
149 # The target file is not created before the last step. So it never is in |
149 # The target file is not created before the last step. So it never is in |