[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: % completeness
From: |
Karl Ove Hufthammer |
Subject: |
Re: % completeness |
Date: |
Mon, 24 Feb 2020 19:24:15 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 |
Svetlana Tkachenko skreiv 24.02.2020 00:17:
For gnu gettext, is there an utility which can show % completeness of
translation for each language?
The Pology toolset (https://cgit.kde.org/pology.git/) has a nice utility
for this.
It can show % completeness based on either messages or words (the
percent words translated is the more useful statistic). It can also show
statistics per file, per directory, take untranslated template files
into account, and it can present the data semi-graphically (as coloured
ASCII art bar charts). Here’s a few examples of the syntax:
posieve stats # Overall statistics
posieve stats -sbydir -smsgbar # Per-directory statistics, visualised
as coloured bars
posieve stats -H # Detailed help file
Karl Ove Hufthammer