From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) by sourceware.org (Postfix) with ESMTP id 2F8253857C79 for ; Tue, 6 Sep 2022 20:06:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2F8253857C79 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=kernel.crashing.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=kernel.crashing.org Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id 286K5EcN006732; Tue, 6 Sep 2022 15:05:15 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 286K5EfT006731; Tue, 6 Sep 2022 15:05:14 -0500 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Tue, 6 Sep 2022 15:05:14 -0500 From: Segher Boessenkool To: two@envs.net Cc: gcc-help@gcc.gnu.org Subject: Re: sumbit localization updates? Message-ID: <20220906200514.GG25951@gate.crashing.org> References: <20220906193759.1441.14171@mail.envs.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220906193759.1441.14171@mail.envs.net> User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Tue, Sep 06, 2022 at 07:37:59PM -0000, two--- via Gcc-help wrote: > hi gnu > i downloaded gcc and added some translations for error messages to the .po file > how do i submit them? > do i send a patch to gcc-patches? Translation is handled by the Translation Project, not by GCC. https://translationproject.org/ https://translationproject.org/team/index.html https://translationproject.org/domain/gcc.html Have fun, Segher