Re: The Simplified Chinese page of "Security Information" is out of sync
Thomas Lange <[email protected]>
| Newsgroups | gmane.linux.debian.devel.www |
|---|---|
| Message-ID | <[email protected]> |
>>>>> On Mon, 14 Apr 2025 16:26:01 +0800, Tianyu Chen <[email protected]> said: > I've noticed that the "Security Information" page of Simplified > Chinese (zh-cn)[1] is out of sync. The English page shows the latest > DSA is "[13 Apr 2025] DSA-5902-1 perl", but the zh-cn page shows the > latest DSA is "[16 Mar 2025] DSA-5879-1 opensaml". > zh-hk and zh-tw are also out of sync. It's a problem with the Makefile, not a translation problem. For the chinese language variants, our Makefile does not detect when to recreate the web pages. The text of the web page does not change, but the included data (the list of security issues) changes. For other translation this triggers the rebuild of the web page, but not for chinese. Thanks for reporting. I couldn't yet find the problem why this occurs.