]> git.ipfire.org Git - thirdparty/git.git/commit - wt-status.c
wt-status: take the alignment burden off translators
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Tue, 5 Nov 2013 02:07:29 +0000 (09:07 +0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Nov 2013 20:11:30 +0000 (12:11 -0800)
commit3651e45c341fc40302b7c21bf1e60a5b038439d3
tree4e9222264e13dc6f026582841aaa931d020405b3
parentf26f72de159d7ade2fbe8b48734ce98c1aba4d72
wt-status: take the alignment burden off translators

It's not easy for translators to see spaces in these strings have to
align, especially when there are no guarantees that these strings are
grouped together in .po files. Refactor the code and do the alignment
automatically.

Noticed-by: Wolfgang Rohdewald <wolfgang@rohdewald.de>
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
wt-status.c