Re: [PATCH 10/10] i18n: bundle: mark strings for translation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Nguyễn Thái Ngọc Duy  <pclouds@xxxxxxxxx> writes:

> @@ -283,13 +287,13 @@ int create_bundle(struct bundle_header *header, const char *path,
>  	strbuf_release(&buf);
>  	fclose(rls_fout);
>  	if (finish_command(&rls))
> -		return error("rev-list died");
> +		return error(_("rev-list died"));
>  
>  	/* write references */
>  	argc = setup_revisions(argc, argv, &revs, NULL);
>  
>  	if (argc > 1)
> -		return error("unrecognized argument: %s'", argv[1]);
> +		return error(_("unrecognized argument: %s'"), argv[1]);

This is a problem in the original but we see an unmatched sq here.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]