diff options
author | Jiang Xin <worldhello.net@gmail.com> | 2014-04-22 22:39:10 +0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-04-23 00:02:15 -0700 |
commit | dd75553b357d4483d2b58a9e1ac86352f3d2e103 (patch) | |
tree | dd9195aa76294981342188c8e4e6a5e04642b12b /t/t2011-checkout-invalid-head.sh | |
parent | blame: fix broken time_buf paddings in relative timestamp (diff) | |
download | tgif-dd75553b357d4483d2b58a9e1ac86352f3d2e103.tar.xz |
blame: dynamic blame_date_width for different locales
When show date in relative date format for git-blame, the max display
width of datetime is set as the length of the string "Thu Oct 19
16:00:04 2006 -0700" (30 characters long). But actually the max width
for C locale is only 22 (the length of string "x years, xx months ago").
And for other locale, it maybe smaller. E.g. For Chinese locale, only
needs a half (16-character width).
Set blame_date_width as the display width of _("4 years, 11 months
ago"), so that translators can make the choice.
Helped-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t2011-checkout-invalid-head.sh')
0 files changed, 0 insertions, 0 deletions