Mercurial > hg > config
comparison python/lolspeak.py @ 363:89121bfe12ff
add u
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 08 Jul 2013 10:34:41 -0700 |
parents | f3ab51c79813 |
children |
comparison
equal
deleted
inserted
replaced
362:ad10f719d160 | 363:89121bfe12ff |
---|---|
33 'there': 'thar', | 33 'there': 'thar', |
34 'this': 'dis', | 34 'this': 'dis', |
35 'towel': 'towul', | 35 'towel': 'towul', |
36 'uses': 'uzes', | 36 'uses': 'uzes', |
37 'young': 'yung', | 37 'young': 'yung', |
38 'you': 'u', | |
38 'your': 'ur' | 39 'your': 'ur' |
39 } | 40 } |
40 | 41 |
41 def translate(string): | 42 def translate(string): |
42 retval = [] | 43 retval = [] |