[PATCH] i18n: beginnings of a Danish translation

Matt Mackall mpm at selenic.com
Thu Jan 15 12:57:20 CST 2009


On Thu, 2009-01-15 at 15:29 +0100, Martin Geisler wrote:
> # HG changeset patch
> # User Martin Geisler <mg at daimi.au.dk>
> # Date 1232029722 -3600
> # Node ID be7dd1e073716ada34a04a9e40c2450ea9f3682d
> # Parent  0173d4706f6bc7b78fd62da1a7980e1da0a0ffed
> i18n: beginnings of a Danish translation

Queued.

Still seems to be a piece missing. I need to type 'python setup.py
build_mo' rather than just 'make local' to get 'LANG=da hg help add' to
talk funny.

Also, we need to document the best way to turn off l10n, if indeed want
to default to on. That's not completely clear as it has both
compatibility and performance impacts:

$ hg perfstartup
! wall 0.049808 comb 0.000000 user 0.000000 sys 0.000000 (best of 100)

$ LANG=da hg perfstartup
! wall 0.083391 comb 0.000000 user 0.000000 sys 0.000000 (best of 100)

Almost all of that is imports that we normally don't need.

-- 
http://selenic.com : development and support for Mercurial and Linux




More information about the Mercurial-devel mailing list