Don't dump unofficial translations in `pokedex dump`
authorPetr Viktorin <encukou@gmail.com>
Sun, 3 Apr 2011 17:05:21 +0000 (19:05 +0200)
committerPetr Viktorin <encukou@gmail.com>
Mon, 11 Apr 2011 14:07:37 +0000 (17:07 +0300)
commit220857af92f919afc7dce4ccd3f7d9b277c70204
tree128433644fc90c8b7cf9262d8d34354010c482e1
parentf80c53df6b01708857fd77109fe9de1781ba69dd
Don't dump unofficial translations in `pokedex dump`

(Translations cannot be dumped properly because the source string hash
isn't in the database.)

By default, unofficial texts are only dumped for English, but that can
be configured if someone wants CSVs for different language(s).

Official texts (<thing>_names rows for official languages) are always
dumped.
pokedex/db/load.py
pokedex/main.py