diff options
Diffstat (limited to 'contrib/redux.countries.json')
-rw-r--r-- | contrib/redux.countries.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/redux.countries.json b/contrib/redux.countries.json index aaaf134..8fb2e99 100644 --- a/contrib/redux.countries.json +++ b/contrib/redux.countries.json | |||
@@ -73,6 +73,17 @@ | |||
73 | "call_code" : "+45" | 73 | "call_code" : "+45" |
74 | }, | 74 | }, |
75 | { | 75 | { |
76 | "code" : "es", | ||
77 | "name" : "Spain", | ||
78 | "continent" : "Europe", | ||
79 | "continent_i18n" : { "es_ES" : "Europa" }, | ||
80 | "name_i18n" : { | ||
81 | "es_ES": "EspaƱa" | ||
82 | }, | ||
83 | "currency": "EUR", | ||
84 | "call_code" : "+44" | ||
85 | }, | ||
86 | { | ||
76 | "code" : "in", | 87 | "code" : "in", |
77 | "name" : "India", | 88 | "name" : "India", |
78 | "continent" : "India", | 89 | "continent" : "India", |