Searched defs:count_msgids (Results 1 - 1 of 1) sorted by relevance

/inkscape/po/
H A Dlanguage_statistics.sh14 # count_msgids() : count the original strings
16 count_msgids() { function
36 TOTAL=$(msgattrib --force-po --no-obsolete $PO_MESSAGES | count_msgids)
38 FUZZY=$(msgattrib --force-po --only-fuzzy --no-obsolete $PO_MESSAGES | count_msgids)
43 TRANSLATED=$(msgattrib --force-po --translated --no-fuzzy --no-obsolete $PO_MESSAGES | count_msgids)

Completed in 12 milliseconds