i18n-jp: translation update for
288ba6d6c5c7
this revision consists of contribution by:
Muraoka Yusuke<yusuke.muraoka@gmail.com>
Tadashi Jokagi <elf@elf.no-ip.org>
UENISHI Kota <kuenishi@gmail.com>
Yuki KODAMA <endflow.net@gmail.com>
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
i18n-da: translated 50%
This change translates many of the strings from the convert, inotify,
fetch, gpg, and transplant extensions.
i18n-zh: sync with
288ba6d6c5c7(2009-06-24 04:43:09+08:00)
extensions: catch OSError when hgext is not accessible (
issue1708)
Temporary workaround for
issue1708: on win32 with py2exe, hgext is distributed
inside a zipped file (which anyway does not contain the py files from which we
ought to extract the documentation strings), which raises a WindowsError
(subclasses OSError).
This means that on such platforms the list of disabled extensions won't be
available. Real fix postponed for after Mercurial 1.3.