log mercurial/i18n.py @ 30301:8321b083a83d

age author description
Sun, 06 Nov 2016 12:18:23 +0900 Pulkit Goyal py3: make util.datapath a bytes variable
Sat, 08 Oct 2016 05:26:18 -0400 Augie Fackler i18n: make the locale directory name the same string type as the datapath
Fri, 07 Oct 2016 12:13:28 +0200 Pulkit Goyal py3: convert to unicode to pass into encode()
Wed, 28 Sep 2016 20:07:32 +0900 Yuya Nishihara py3: make i18n use encoding.environ
Sat, 25 Jun 2016 17:40:53 -0700 Gregory Szorc i18n: use unicode literal
Tue, 29 Mar 2016 17:22:08 +0000 timeless py3: handle ugettext + unicode in i18n
Sat, 08 Aug 2015 19:28:49 -0700 Gregory Szorc i18n: use absolute_import
Fri, 17 Oct 2014 13:52:10 -0400 Augie Fackler i18n: cache the result of every gettext call
Sun, 28 Sep 2014 16:57:47 +0200 Mads Kiilerich i18n: use datapath for i18n like for templates and help
Sun, 03 Aug 2014 19:19:23 +0900 Yuya Nishihara i18n: detect UI language without POSIX-style locale variable on Windows (BC)
Thu, 12 Jun 2014 14:40:45 -0500 Matt Mackall i18n: explicitly decode paragraphs
Mon, 25 Jul 2011 20:46:30 -0500 Augie Fackler i18n: use getattr instead of hasattr
Wed, 05 Jan 2011 00:18:36 +1100 Brodie Rao HGPLAIN: allow exceptions to plain mode, like i18n, via HGPLAINEXCEPT
Sat, 19 Jun 2010 19:16:11 +0200 Martin Geisler i18n: fix translation of empty paragraphs