Hello,

On Wed 08 May 2024 at 08:04pm +02, Guillem Jover wrote:

> Doing some brief checks now, it seems to confirm that locales/
> contains no major translations, while policy/locale/ does:
>
>   for po in policy/locale/ja/LC_MESSAGES/*.po; do
>     echo "== $po =="
>     msgfmt --output=/dev/null --statistics $po
>   done
>
> vs
>
>   for po in locales/ja/LC_MESSAGES/*.po; do
>     echo "== $po =="
>     msgfmt --output=/dev/null --statistics $po
>   done
>
> In addition, re-running the above msgfmt with --check, and also running
> «i18nspector **/*.po», both emit multiple things that could be fixed,
> or improved.

Thanks for taking a look.  I think I've successfully merged the two sets
of .po files, now, on the next branch.

-- 
Sean Whitton

Attachment: signature.asc
Description: PGP signature

Reply via email to