From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ewsoutbound.kpnmail.nl (ewsoutbound.kpnmail.nl [195.121.94.184]) by sourceware.org (Postfix) with ESMTPS id 9F74E3858D35 for ; Tue, 23 May 2023 07:35:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9F74E3858D35 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=xs4all.nl Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=xs4all.nl X-KPN-MessageId: 0d4e53a9-f93c-11ed-97e9-005056994fde Received: from mta.kpnmail.nl (unknown [10.31.161.189]) by ewsoutbound.so.kpn.org (Halon) with ESMTPS id 0d4e53a9-f93c-11ed-97e9-005056994fde; Tue, 23 May 2023 09:33:03 +0200 (CEST) Received: from mtaoutbound.kpnmail.nl (unknown [10.128.135.190]) by mta.kpnmail.nl (Halon) with ESMTP id 5ce0ebd5-f93c-11ed-8204-0050569981f5; Tue, 23 May 2023 09:35:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=xs4all.nl; s=xs4all01; h=content-type:mime-version:subject:message-id:to:from:date; bh=WwLpUgAqWWdSSYNCPsRcKDVdFNK3SjCVRN4VPJJsxP4=; b=RfPbAAf9cHBB8CS/7Z9biFDlImsMYHwzR29vn02WNzXw2qfxT8m9MHWmQ4Hf4RdYjmVp0R3BjOvoo Mwp4cQsEY8oBXrqDoZBqz8AfRoxPGc0s+q9wixale6ZJtcyf2AOwr+fN1WZB8IrVx6yYDovTFKX24U xRMQFMIAT2Y2g8DT922RQ6/vn2hAaUuLqdrVdixGHF0kRft6rnQRFWXV8187ERK7HOQnZT7r/wAeIo h8Hq74ZHGORjL1P0bjBDRiTL6GqIkpuazNyhfO6rpGVL0H6JikEfMHAB6rxxWksrOqoNG68CtcPBpr sAzasuhqv5WAd657YYnxs8eCiHQHY4A== X-KPN-MID: 33|6XXrf3tXHTyp1qA8rfktFVe8gbWUcKlGwdpNB8MxDbynpS/Vm0B79HmyfoI/ZjO 9s9HytNS4Kgdlq2EQIcTSQSGT3QYeuMPYiEiX1JyczF4= X-CMASSUN: 33|nJ7LC+NsET82AEWrVl/hBjrmYyyVxkKyIH94cH4KotByNP3uoyvdIedBchoAcqs ODiHlaxQ/TMLbIHt/amKosA== X-KPN-VerifiedSender: Yes Received: from cpxoxapps-mh04 (unknown [10.128.135.210]) by mtaoutbound.kpnmail.nl (Halon) with ESMTPSA id 5ca456e5-f93c-11ed-bff5-005056995d6c; Tue, 23 May 2023 09:35:16 +0200 (CEST) Date: Tue, 23 May 2023 09:35:16 +0200 (CEST) From: Erwin Waterlander To: "cygwin-announce@cygwin.com" Message-ID: <744828796.519219.1684827316597@kpc.webmail.kpnmail.nl> Subject: Updated: po4a-0.68-3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Priority: 3 Importance: Normal X-Originating-IP: 134.191.227.54 X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,KAM_SHORT,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: CHANGES ======= Update for perl 5.36. 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/