Skip to content

Commit

Permalink
Last minute hack to try and futureproof the config format
Browse files Browse the repository at this point in the history
  • Loading branch information
batterseapower committed Jun 12, 2009
1 parent 1d033b2 commit 2904b19
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pinyin/config.py
Expand Up @@ -16,6 +16,11 @@
# * link generator (and a list of the links to be generated)

defaultsettings = {
# The idea here is that we can mark the version of the configuration
# information that the config was last processed by, so that we can
# upgrade it over time. TODO: implement the actual upgrade logic.
"version" : 1,

"dictlanguage" : "en",

"colorizedpinyingeneration" : True, # Should we try and write readings and measure words that include colorized pinyin?
Expand Down

0 comments on commit 2904b19

Please sign in to comment.