[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: % completeness
From: |
Bruno Haible |
Subject: |
Re: % completeness |
Date: |
Mon, 24 Feb 2020 02:47:05 +0100 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-171-generic; KDE/5.18.0; x86_64; ; ) |
Svetlana Tkachenko wrote:
> For gnu gettext, is there an utility which can show % completeness of
> translation for each language?
The starting point should be the .po files (because the .mo files have
the untranslated messages already eliminated).
Use 'msgfmt --statistics'.
Then use a bit of percentage computation based on these figures.
Brunp