tosdr / tosback2

Reimplementing TOSBack with Ruby and using git to see TOS changes!
http://tosback.org
GNU General Public License v2.0
125 stars 32 forks source link

Muliple language versions may not be in sync :-( #36

Closed grinapo closed 6 years ago

grinapo commented 6 years ago

I know that everyone hates such reports: you would think that localised ToS should change with the English "master". Well, nope.

Today I noticed that Google Play have changed their ToS. Or, more precisely: https://play.google.com/intl/en-us_us/about/play-terms.html - English - December 18, 2017 https://play.google.com/intl/hu_hu/about/play-terms.html - Hungarian - February 5, 2018 possibly similar to https://play.google.com/intl/en_uk/about/play-terms.html - UK English, Febr 5, 2018

So, first, it seems changes shall be tracked for localised languages, which may be kind of hundredfold amount of data.

Then there is the funny part, when multiple different English versions exist, where they could be happily diffed against one another, to show regional differences between the terms.

(As a sidenote: all the websites are in horrible shape: tosdr.org and especially tosback.org. They are desperately in need of lots of love.)

grinapo commented 6 years ago

(Just realised that the actual crawled data for Google ToS is pretty much out of date: was crawled in October, 2017.)

JimmStout commented 6 years ago

Thanks for the time you have taken to look into this. Unfortunately, we've not had the time to manage the various languages although there are a few (outdated) rules in place for localized domains (e.g., google.de). We're working on better site tools to make this easier in the future.

(Just realised that the actual crawled data for Google ToS is pretty much out of date: was crawled in October, 2017.)

AFAIK, that's the last time it changed. However, you may be looking the Google Play ToS, and that appears to be missing from our rules. I'll add it! Thanks!

grinapo commented 6 years ago

Indeed. Thanks. I18N is a tough problem, I hope sometimes in the future there'll be possibility to offer nationalised rules. Issue closed (on my part).