mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Add S/M locations
This commit adds Sun & Moon location names from the text dump, for all official languages: the usual ja, en, fr, it, de, es, ko, and now zh-Hans (simplified Chinese) and zh-Hant (traditional Chinese). Fixes #230 Updates #198
This commit is contained in:
parent
6d4d129c84
commit
083e43bb93
4 changed files with 1179 additions and 0 deletions
pokedex/data/csv
|
@ -246,10 +246,12 @@ location_id,generation_id,game_index
|
|||
263,4,2011
|
||||
264,4,2012
|
||||
264,6,2
|
||||
264,7,2
|
||||
265,4,3000
|
||||
266,4,3001
|
||||
267,4,3002
|
||||
267,6,4
|
||||
267,7,4
|
||||
268,4,3003
|
||||
269,4,3004
|
||||
270,4,3005
|
||||
|
@ -674,3 +676,93 @@ location_id,generation_id,game_index
|
|||
707,6,348
|
||||
708,6,350
|
||||
709,6,352
|
||||
710,7,6
|
||||
711,7,8
|
||||
712,7,10
|
||||
713,7,12
|
||||
714,7,14
|
||||
715,7,16
|
||||
716,7,18
|
||||
717,7,20
|
||||
718,7,22
|
||||
719,7,24
|
||||
720,7,26
|
||||
721,7,28
|
||||
722,7,30
|
||||
723,7,34
|
||||
724,7,36
|
||||
725,7,38
|
||||
726,7,40
|
||||
727,7,42
|
||||
728,7,44
|
||||
729,7,46
|
||||
730,7,48
|
||||
731,7,50
|
||||
732,7,52
|
||||
733,7,54
|
||||
734,7,56
|
||||
735,7,58
|
||||
736,7,60
|
||||
737,7,62
|
||||
737,7,102
|
||||
738,7,64
|
||||
739,7,66
|
||||
740,7,68
|
||||
741,7,70
|
||||
742,7,72
|
||||
743,7,74
|
||||
744,7,76
|
||||
745,7,78
|
||||
746,7,82
|
||||
747,7,84
|
||||
748,7,86
|
||||
749,7,88
|
||||
750,7,90
|
||||
751,7,92
|
||||
752,7,94
|
||||
753,7,100
|
||||
754,7,104
|
||||
755,7,106
|
||||
756,7,108
|
||||
757,7,110
|
||||
758,7,112
|
||||
759,7,114
|
||||
760,7,116
|
||||
761,7,118
|
||||
762,7,120
|
||||
763,7,122
|
||||
764,7,124
|
||||
765,7,126
|
||||
766,7,128
|
||||
767,7,130
|
||||
768,7,132
|
||||
769,7,134
|
||||
770,7,136
|
||||
771,7,138
|
||||
772,7,140
|
||||
773,7,142
|
||||
774,7,144
|
||||
775,7,146
|
||||
776,7,148
|
||||
777,7,150
|
||||
778,7,152
|
||||
779,7,154
|
||||
780,7,156
|
||||
781,7,158
|
||||
782,7,160
|
||||
783,7,162
|
||||
784,7,164
|
||||
785,7,166
|
||||
786,7,168
|
||||
787,7,170
|
||||
788,7,172
|
||||
789,7,174
|
||||
790,7,176
|
||||
791,7,178
|
||||
792,7,180
|
||||
793,7,182
|
||||
794,7,184
|
||||
795,7,186
|
||||
796,7,188
|
||||
797,7,190
|
||||
798,7,192
|
||||
|
|
|
Loading…
Add table
Add a link
Reference in a new issue