-
Transifex uptake in Fedora
-
Counting submissions through Transifex in the past month…
>>> import datetime >>> aMonthAgo = datetime.datetime.now() - datetime.timedelta(days=31) >>> ActionLog.select(AND( ActionLog.q.type=="submit", ActionLog.q.timestamp > aMonthAgo)).count() 1281
That’s 1200+ commits in one month through Transifex, averaging 41 commits per day.
glezos pleased.

My question to you is… do you have a log of ip addresses with timestamps for these commits? And if so why haven’t you made a map!
-jef
Jef: We don’t log IP addresses yet in the DB. We could try and match them to the apache log files though, I guess.
I’ve noticed that the vast majority of translation commits to Fedora Documentation have been through Transifex. Transifex is really taking off in Fedora! This is useful proof that localization effort work well when we use open source tools and a model of complete community engagement to encourage participation in the process.