This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

GNOME translation scripts

This page is a repository of contributed scripts that can be used by GNOME translators.

perl -e 'my $tra, $fuz, $unt, @outp; foreach (@ARGV) {@outp = `msgfmt -cv $_ 2>&1`;  if($outp[0] =~ /(\d*) translated/) { $tra += $1; } if($outp[0] =~ /(\d*) fuzzy/) { $fuz += $1; } if($outp[0] =~ /(\d*) untranslated/) { $unt += $1; } }  print "$tra translated, $fuz fuzzy, $unt untranslated\n"' *po


CategoryGnomeI18n


2024-10-23 11:49