##// END OF EJS Templates
i18n: get translation entries for description of each compression engines...
FUJIWARA Katsunori -
r33819:fa7e30ef default
parent child Browse files
Show More
@@ -132,6 +132,7 b' i18n/hg.pot: $(PYFILES) $(DOCFILES) i18n'
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
@@ -3759,5 +3759,7 b' def bundlecompressiontopics():'
3759
3759
3760 return items
3760 return items
3761
3761
3762 i18nfunctions = bundlecompressiontopics().values()
3763
3762 # convenient shortcut
3764 # convenient shortcut
3763 dst = debugstacktrace
3765 dst = debugstacktrace
General Comments 0
You need to be logged in to leave comments. Login now