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)
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


No differences found