Translation Stats (Albanian)

Hi there,
I want to ask where i can find statistics about the translations made in
the Albanian language the last 12 months?

Thank you !

I don't think I can give you statistics for the language but by name of
team members I should be able to retrieve some stats.

Cheers
Sophie

Hi Eris,

Hi there,
I want to ask where i can find statistics about the translations made in
the Albanian language the last 12 months?

While not entirely representative of the process, but this is easiest
to do with a git checkout of the translations repo.
$ git log -p 587e99affea726021dc41da2cc5a21a4b961249b.. source/sq/

grep '^+msgstr "[^"]' |wc -l

17942

so almost 18000 strings have been translated/had their translation
updated since last April. There probably are some false positives, but
should be good approximation.

HTH,

ciao
Christian