Searched refs:count_original_words (Results 1 - 1 of 1) sorted by relevance

/inkscape/po/
H A Dlanguage_statistics.sh21 # count_original_words() : count the words in the original strings
23 count_original_words() { function
37 TOTAL_WC=$(msgattrib --force-po --no-obsolete --no-wrap $PO_MESSAGES | count_original_words)
44 TRANSLATED_WC=$(msgattrib --force-po --translated --no-fuzzy --no-obsolete --no-wrap $PO_MESSAGES | count_original_words)

Completed in 13 milliseconds