mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
1a43df032a
Add English as a language Add columns: identifier: same as iso639 except 'roomaji' for Roomaji order: English first, then Japanese and Roomaji, others undefined official: True for all the languages so far
10 lines
262 B
CSV
10 lines
262 B
CSV
id,iso639,iso3166,name,identifier,official,order
|
|
1,ja,jp,Japanese,ja,1,1
|
|
2,ja,jp,Official Roomaji,roomaji,1,2
|
|
3,ko,kr,Korean,ko,1,
|
|
4,zh,cn,Chinese,zh,1,
|
|
5,fr,fr,French,fr,1,
|
|
6,de,de,German,de,1,
|
|
7,es,es,Spanish,es,1,
|
|
8,it,it,Italian,it,1,
|
|
9,en,us,English,en,1,0
|