From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.1 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 77A2D203F3 for ; Mon, 24 Jul 2017 19:14:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756676AbdGXTMg (ORCPT ); Mon, 24 Jul 2017 15:12:36 -0400 Received: from pb-smtp1.pobox.com ([64.147.108.70]:55880 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756221AbdGXTKH (ORCPT ); Mon, 24 Jul 2017 15:10:07 -0400 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id D633099A8C; Mon, 24 Jul 2017 15:10:05 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=sasl; bh=Kqeebcnx5Dxg aALDXCAMujf8gYo=; b=ojrtfNtb/dLfiXSKBYOwBeYMNPXKTBVdnMaFe7puP9A5 2V+sUxlO0ZtOyeS84Pmfr1yRBwi1pYHsyPmhPJLZ61xVO/nqTtoUnnyzplHqEA1w GaZQWQQwwpk7kW8lJZQNM+hZqAQZr5pZa6WI/lIEkBDZl5X1LX3crhYj1LizNnM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=sasl; b=vNcNJP 1i/n1Aduek6LsXolFDbMW3+Pe0hBuGHlaa0NqvK/LKuRHfhMpi2D7jNT4/usiLtP susV6geBrEgx2ttgQaA3gb5S2OxOZK6iB96qT5OXpIhfy4QHV8AWXBrYqqd9FlxN RN4FnZYDf8RNoNIAuS3Epcjms0ZJiGbMQPd5w= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id CAF6999A8B; Mon, 24 Jul 2017 15:10:05 -0400 (EDT) Received: from pobox.com (unknown [104.132.0.95]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id 2B20299A86; Mon, 24 Jul 2017 15:10:04 -0400 (EDT) From: Junio C Hamano To: Jiang Xin Cc: =?utf-8?Q?Jean-No=C3=ABl?= AVILA , Johannes Schindelin , Git List Subject: Re: [PATCH] PRItime: wrap PRItime for better l10n compatibility References: <249ac6f8-af3c-4b20-5bf0-87a82866cc7a@free.fr> <3ccfa2fb49d471f807d77d9a280e4b7cfe56faea.1500304209.git.worldhello.net@gmail.com> <2421d5f3-12ee-833b-72d8-de627fbfe26c@scantech.fr> Date: Mon, 24 Jul 2017 12:10:01 -0700 In-Reply-To: (Jiang Xin's message of "Mon, 24 Jul 2017 10:02:53 +0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Pobox-Relay-ID: B2EE4364-70A3-11E7-A2CA-EFB41968708C-77302942!pb-smtp1.pobox.com Content-Transfer-Encoding: quoted-printable Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Jiang Xin writes: > 2017-07-23 10:33 GMT+08:00 Jean-No=C3=ABl AVILA : >> Plus, I hope that some day, instead of translators finding afterwards >> that a change broke i18n capabilities, developpers would have some kin= d >> of sanity check. Requiring special versions of i18n tooling stops this= hope. > > It would be fun to create some tools to help l10n guys finding l10n > changes on every git commit. It is not just fun but would be useful, I would think.