Add migration script to move English texts to language-specific tables
authorPetr Viktorin <encukou@gmail.com>
Fri, 4 Feb 2011 04:34:00 +0000 (06:34 +0200)
committerEevee <git@veekun.com>
Sun, 13 Mar 2011 22:10:11 +0000 (15:10 -0700)
commit14001d50d3e995a611a492d2bda21b4b75f5ac56
treee6db65c581839f360879745f2eb1e8c47ebe1e57
parent04322887b0e8c5d846b1d56cdc89e45f47b43c75
Add migration script to move English texts to language-specific tables

The next commit will apply this script, changing nearly all of the CSV files.
When your rebases stops there, run::

        git reset --hard
        python scripts/migration-i18n.py
        git add -A pokedex/data/csv/
        git rebase --continue
scripts/migration-i18n.py [new file with mode: 0644]