Source: nbd Version: 3.27.0-1 Severity: normal Tags: l10n Dear Wouter,
We've spotted that the debian/po/ca.po in 3.27.0-1 is reverted to an older version, as seen in: See version 3.26.1-6: it has the version with updates from 2004 and 2024: -------------- carles@pinux:~$ curl -s http://deb.debian.org/debian/pool/main/n/nbd/nbd_3.26.1-6.1.debian.tar.xz | tar -xOJf - debian/po/ca.po | head -8 # nbd (debconf) translation to Catalan. # Copyright © 2004,2024 Free Software Foundation, Inc. # This file is distributed under the same license as the nbd package. # Aleix Badia i Bosch <[email protected]>, 2004 # poc senderi <[email protected]>, 2024. # msgid "" msgstr "" -------------- And then in the latest one (3.27.0-1) there is no update from 2024: -------------- carles@pinux:~$ curl -s http://deb.debian.org/debian/pool/main/n/nbd/nbd_3.27.0-1.debian.tar.xz | tar -xOJf - debian/po/ca.po | head -8 # nbd (debconf) translation to Catalan. # Copyright (C) 2004 Free Software Foundation, Inc. # Aleix Badia i Bosch <[email protected]>, 2004 # # msgid "" msgstr "" "Project-Id-Version: nbd_1:2.6-3_templates\n" -------------- I wonder if it had some other templates reverted other than the Catalan one. I haven't checked it. I haven't spotted a commit in salsa for this "problem" but I haven't investigated much either besides looking at the commits in debian branch. Best regards, -- Carles Pina i Estany https://carles.pina.cat | [email protected] | [email protected]

