()
| 1231 | } |
| 1232 | |
| 1233 | finishedAnyLevels () { return Boolean((this.get('stats') || {}).gamesCompleted) } |
| 1234 | |
| 1235 | isFromUk () { return (this.get('country') === 'united-kingdom') || (this.get('preferredLanguage') === 'en-GB') } |
| 1236 | isFromIndia () { return this.get('country') === 'india' } |