From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost.localdomain (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 382083858298 for ; Sat, 15 Oct 2022 15:02:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 382083858298 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1665846143; bh=EsrLKxJyhapp9/ALvjTBSu41G+o1jDDhfwEFMVT1FSM=; h=Date:To:Subject:From:Reply-To:From; b=aXFXqDafjl/dy0D4QxL63YKKVif+7cjmyWgdAFPnsuYyGaUK/XAkSRILBMul1XEM3 MKUTNq8S004pZL6kp7i6BAdmmzsJTlK+2deYQz2ke/KsQA2EknzgoobxNvWZKBmovs COBOFCdQses2Yt/8bPjgZ6JxZ10pdvFkPdcKbtPQ= DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ED9D83858285 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1665846143; bh=EsrLKxJyhapp9/ALvjTBSu41G+o1jDDhfwEFMVT1FSM=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Help: List-Subscribe:From:Reply-To:From; b=S6XrAputzMd+dJzHCPuRz2bYY+DVfxJtQQCbjU9WlQWt528KGueJZ/ckUgmZ3LRdN r5+oVGZ7GluZT4PcJqYvQ8RRyPgLGZnn7dwQZZ+87mgDgJ3xgAT0wYL1LvE+d12+pf T3DRKu3aR/+461xtVtaYJE6JWBc2CcSoJmQeD8fc= DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 39ABD3858D1E X-KPN-MessageId: feec344d-4c99-11ed-bd66-005056994fde X-KPN-MID: 33|rhapTVIymBbHwljUB90ZwblmQ8u4+IwxUDsdUy0FyVZ5yEnFRQ8/50q6MiFcsas gTIDIGGROV9GvKPBVzc6iW+EHuBgJk23xLxZatymyI2g= X-CMASSUN: 33|32/DO6ij9TyOYs6dlTrz0lqHgU/hkphF44KOSB3lsdXvwGeDUvo2JRxbuP1Ofce EyGW7gz+LY2Kx/5y5Xm0ovA== X-KPN-VerifiedSender: Yes Date: Sat, 15 Oct 2022 17:01:28 +0200 (CEST) To: cygwin@cygwin.com Message-Id: Subject: [ANNOUNCEMENT] Updated: po4a-0.68-1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Priority: 3 Importance: Normal X-Originating-IP: 77.172.11.212 X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, KAM_SHORT, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.29 From: Erwin Waterlander via Cygwin-announce Reply-To: cygwin@cygwin.com Errors-To: cygwin-announce-bounces+cygwin-announce-resender=cygwin.com@cygwin.com X-Mailer: Perl5 Mail::Internet v2.20 Sender: Kernel Overflow User List-Id: CHANGES ======= Po4a changes: See https://github.com/mquinson/po4a/releases DESCRIPTION =========== The po4a (PO for anything) project goal is to ease translations (and more interestingly, the maintenance of translations) using gettext tools on areas where they were not expected like documentation. po4a extracts the translatable material from the original document, and places it into a PO file that is well adapted to the translation work. Once the translation is completed in the PO file, po4a re-injects the translation into the structure of the document to generate a translated document. If the translation is only partially completed, the original (English) text is used instead. This ensures that your translated documentation is always both up to date with regard to the original one, and as translated as possible. Automate all the translation maintenance with one configuration file that specifies all settings, and a list of documents to translate. po4a will update them automatically when something happens. See https://po4a.org/ best regards, -- Erwin Waterlander http://waterlan.home.xs4all.nl/