Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-01-13 12:55:35 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-01-13 12:55:35 (GMT)
commit0b123e55d27c395a32f4e3f49403c761d206de78 (patch)
treef437adbafe80661945c1c196a1554a81445f5165 /constants.py
parent79ea82150672f76354c8961193587d471a0f5808 (diff)
word list update
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/constants.py b/constants.py
index eda41ac..5dd2e7d 100644
--- a/constants.py
+++ b/constants.py
@@ -62,3 +62,6 @@ NUMBER_PRODUCTS = {5:'1×5',7:'1×7',11:'1×11',10:'2×5',\
CHINESE_NUMERALS = {5:'五',7:'七',10:'十',11:'十一',14:'十四',15:'十五',\
21:'廿一',22:'廿二',33:'卅三'}
WORD_STYLES = ["font-weight:bold","","font-style:italic"]
+WORD_CARD_INDICIES = [1,4,7,37,40,43,73,76,79,None,None,None,None,None,None]
+WORD_CARD_MAP = {1:(0,0),4:(0,1),7:(0,2),37:(1,0),40:(1,1),43:(1,2),73:(2,0),\
+ 76:(2,1),79:(2,2)}