commit | fcaed04df693685dfece4a48cc8780c9a5adde0b | [log] [tgz] |
---|---|---|
author | Jiang Xin <worldhello.net@gmail.com> | Thu Apr 17 13:37:17 2014 +0800 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Apr 17 11:03:28 2014 -0700 |
tree | 8d200b72c207cf75d25adee8f28bed37228e26bf | |
parent | 3f0c02a1c018ddaced5c97b58f550b2ad17dd0a9 [diff] |
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>