git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git status: minor output format error
@ 2013-11-03 17:17 Wolfgang Rohdewald
  2013-11-04  1:46 ` Duy Nguyen
  2013-11-04  3:08 ` [PATCH] wt-status: take the alignment burden off translators Nguyễn Thái Ngọc Duy
  0 siblings, 2 replies; 6+ messages in thread
From: Wolfgang Rohdewald @ 2013-11-03 17:17 UTC (permalink / raw)
  To: git

git version 1.8.3.2

git status in German says (extract)

#       geändert:   kajongg.py
#       gelöscht:    playfield.py

as you can see, there is one space too much before playfield.py

LANG=C git status is correct:
#       modified:   kajongg.py
#       deleted:    playfield.py

so it seems the spacing between the columns expects "deleted" to have the same number
of letters in all languages.

-- 
Wolfgang

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-11-05  2:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-03 17:17 git status: minor output format error Wolfgang Rohdewald
2013-11-04  1:46 ` Duy Nguyen
2013-11-04  7:53   ` Ralf Thielow
2013-11-04  3:08 ` [PATCH] wt-status: take the alignment burden off translators Nguyễn Thái Ngọc Duy
2013-11-04 18:42   ` Junio C Hamano
2013-11-05  2:07   ` [PATCH v2] " Nguyễn Thái Ngọc Duy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).