veekun_pokedex/pokedex/db
Petr Viktorin 85d779ba83 Move Markdown handling to the translation classes
- the Session has a `pokedex_link_maker` property, whose `object_url`
  method is used to make URLs in Markdown
- pokemon.names_table.name is now an ordinary Unicode column
- pokemon.name is a MarkdownString that is aware of the session and the
  language the string is in
- pokemon.name_map is a dict-like association_proxy of the above
- move.effect works similarly, with transparent $effect_chance substitution
  as before
2011-04-28 23:42:56 +03:00
..
__init__.py Fix default language assignment once and for all. 2011-04-10 00:54:14 -07:00
dependencies.py load: Add --recursive option. 2011-04-03 03:17:08 -07:00
load.py Load translations in pokedex load. 2011-04-11 17:07:38 +03:00
markdown.py Move Markdown handling to the translation classes 2011-04-28 23:42:56 +03:00
multilang.py Move Markdown handling to the translation classes 2011-04-28 23:42:56 +03:00
tables.py Move Markdown handling to the translation classes 2011-04-28 23:42:56 +03:00
translations.py Reading, merging, and writing translations 2011-04-11 17:03:27 +03:00
util.py order_by_name: properly fall back to the specified languages, or identifier 2011-04-28 23:31:38 +03:00