From 9665627d8cc6f0263f0019e92c67a38223804b57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Th=C3=A1i=20Ng=E1=BB=8Dc=20Duy?= Date: Mon, 23 Apr 2012 19:30:24 +0700 Subject: i18n: help: mark strings for translation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch also marks most common commands' synopsis for translation so that "git help" gives a friendly listing. Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7efbedc0c..455446b19 100644 --- a/Makefile +++ b/Makefile @@ -563,6 +563,7 @@ VCSSVN_H += vcs-svn/svndump.h MISC_H += branch.h MISC_H += bundle.h MISC_H += bisect.h +MISC_H += common-cmds.h MISC_H += fetch-pack.h MISC_H += thread-utils.h MISC_H += send-pack.h -- cgit v1.2.1