i18n-tasks icon indicating copy to clipboard operation
i18n-tasks copied to clipboard

Word count for translation values

Open espen opened this issue 5 years ago • 1 comments

It would be nice if there was a command to get the word count of translation values. This is useful for getting estimates from translators.

espen avatar Feb 04 '19 17:02 espen

You can get it like this, should be accurate enough for an estimate:

i18n-tasks data -fyaml | cut -d: -f1 --complement | wc -w

glebm avatar Feb 04 '19 19:02 glebm