]> git.ipfire.org Git - thirdparty/git.git/commit - date.c
i18n: fix uncatchable comments for translators in date.c
authorJiang Xin <worldhello.net@gmail.com>
Thu, 17 Apr 2014 05:37:17 +0000 (13:37 +0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 Apr 2014 18:03:28 +0000 (11:03 -0700)
commitfcaed04df693685dfece4a48cc8780c9a5adde0b
tree8d200b72c207cf75d25adee8f28bed37228e26bf
parent3f0c02a1c018ddaced5c97b58f550b2ad17dd0a9
i18n: fix uncatchable comments for translators in date.c

Comment for l10n translators can not be extracted by xgettext if it
is not right above the l10n tag.  Moving the comment right before
the l10n tag will fix this issue.

Reported-by: Brian Gesiak <modocache@gmail.com>
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
date.c