i18n: mark all progress lines for translation
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
5f95c9f850
commit
754dbc43f0
@ -9,6 +9,7 @@
|
||||
*/
|
||||
|
||||
#include "git-compat-util.h"
|
||||
#include "gettext.h"
|
||||
#include "progress.h"
|
||||
#include "strbuf.h"
|
||||
|
||||
@ -220,7 +221,7 @@ struct progress *start_progress(const char *title, unsigned total)
|
||||
|
||||
void stop_progress(struct progress **p_progress)
|
||||
{
|
||||
stop_progress_msg(p_progress, "done");
|
||||
stop_progress_msg(p_progress, _("done"));
|
||||
}
|
||||
|
||||
void stop_progress_msg(struct progress **p_progress, const char *msg)
|
||||
|
Reference in New Issue
Block a user