Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Staging:N
yast2-trans
po-stats
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File po-stats of Package yast2-trans
#!/bin/bash export LC_ALL=C; export LANG=C sed -e 's/.*\.po://' -e 's:,:,\ :g' \ | awk '\ BEGIN{ FS = " "; all = trans = untrans = fuzzy = 0; } # 113 translated messages, 481 fuzzy translations, 605 untranslated messages. /[[:blank:]]translated/ { trans += $1; next } /[[:blank:]]untranslated/ { untrans += $1; next } /[[:blank:]]fuzzy/ { fuzzy += $1; next } END{ # The statistics. format = "%13-s: %5d\n" printf(format, "Translated", trans) ; printf(format, "Fuzzy", fuzzy); printf(format, "Untranslated", untrans); print "--------------------"; all = trans + fuzzy + untrans printf("%12s : %5d\n", " All strings", all); printf("%.0f %% are translated\n", 100 / all * trans); }'
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor