Mercurial > hg
comparison Makefile @ 33820:fa7e30efe05a
i18n: get translation entries for description of each compression engines
Now, hggettext can be applied safely on util.py, of which
i18nfunctions contains appropriate objects related to each compression
types.
author | FUJIWARA Katsunori <foozy@lares.dti.ne.jp> |
---|---|
date | Tue, 15 Aug 2017 21:09:33 +0900 |
parents | 8626b44516c1 |
children | af20468eb0a4 |
comparison
equal
deleted
inserted
replaced
33819:d5ef17608159 | 33820:fa7e30efe05a |
---|---|
130 mercurial/fileset.py mercurial/revset.py \ | 130 mercurial/fileset.py mercurial/revset.py \ |
131 mercurial/templatefilters.py mercurial/templatekw.py \ | 131 mercurial/templatefilters.py mercurial/templatekw.py \ |
132 mercurial/templater.py \ | 132 mercurial/templater.py \ |
133 mercurial/filemerge.py \ | 133 mercurial/filemerge.py \ |
134 mercurial/hgweb/webcommands.py \ | 134 mercurial/hgweb/webcommands.py \ |
135 mercurial/util.py \ | |
135 $(DOCFILES) > i18n/hg.pot.tmp | 136 $(DOCFILES) > i18n/hg.pot.tmp |
136 # All strings marked for translation in Mercurial contain | 137 # All strings marked for translation in Mercurial contain |
137 # ASCII characters only. But some files contain string | 138 # ASCII characters only. But some files contain string |
138 # literals like this '\037\213'. xgettext thinks it has to | 139 # literals like this '\037\213'. xgettext thinks it has to |
139 # parse them even though they are not marked for translation. | 140 # parse them even though they are not marked for translation. |