sapling/mercurial/hgweb
FUJIWARA Katsunori c7ab63f3a6 i18n: show localized messages for commands/extensions in hgweb help top (issue3383)
in hgweb help top page, help topics are localized, but abstracts of
commands and extensions are not, although these are already
translated.

it is because localized messages for them should be explicitly looked
up by original ones.

this patch looks localized messages up for each commands/extensions.
2012-04-19 20:54:56 +09:00
..
__init__.py hgweb: make hgweb.hgweb a unified interface to hgweb/hgwebdir 2010-04-26 11:03:40 -05:00
common.py hgweb: initialize permhooks at definition time 2011-04-30 13:47:22 +02:00
hgweb_mod.py merge with stable 2011-08-01 10:54:34 -05:00
hgwebdir_mod.py hgweb: support multi-level repository indexes by enabling descend and collapse 2012-02-18 20:10:19 +01:00
protocol.py wireproto: add out-of-band error class to allow remote repo to report errors 2011-08-02 15:21:10 -04:00
request.py globally: use safehasattr(x, '__iter__') instead of hasattr(x, '__iter__') 2011-07-25 15:30:19 -05:00
server.py pyflakes: clean up some import noise 2011-10-11 23:16:05 -05:00
webcommands.py i18n: show localized messages for commands/extensions in hgweb help top (issue3383) 2012-04-19 20:54:56 +09:00
webutil.py hgweb: add block numbers to diff regions and related links 2012-03-23 01:31:31 +01:00
wsgicgi.py wsgicgi: use getattr instead of hasattr 2011-07-25 15:38:10 -05:00