mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Fix typo in Sandy Wormadam's French name
Merge pull request #189 from phmatray/patch-1 The pokemon_name field in pokemon_form_names is sadly not rippable and has to be created by hand, being an unofficial amalgam of the species name and form name. Looks like Zhorken made a typo when adding the French form names originally.
This commit is contained in:
parent
359204effd
commit
65d1a59724
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
|
|||
10035,9,Trash Cloak,Trash Burmy
|
||||
10036,1,すなちのミノ,
|
||||
10036,3,모래땅도롱,
|
||||
10036,5,Cape Sable,Chenselle Sable
|
||||
10036,5,Cape Sable,Cheniselle Sable
|
||||
10036,6,Sandumhang,
|
||||
10036,7,Tronco Arena,
|
||||
10036,8,Manto Sabbia,
|
||||
|
|
|
Loading…
Reference in a new issue