01-recovery.json (872B)
1 { 2 "continents": [ 3 "Europe", 4 "North America", 5 "Testcontinent" 6 ], 7 "recovery_state": "COUNTRY_SELECTING", 8 "reducer_type": "recovery", 9 "selected_continent": "Testcontinent", 10 "countries": [ 11 { 12 "code": "xx", 13 "name": "Testland", 14 "continent": "Testcontinent", 15 "continent_i18n": { 16 "xx": "Testkontinent" 17 }, 18 "name_i18n": { 19 "de_DE": "Testlandt", 20 "de_CH": "Testlandi", 21 "fr": "Testpais", 22 "en": "Testland" 23 }, 24 "currency": "TESTKUDOS" 25 }, 26 { 27 "code": "xy", 28 "name": "Demoland", 29 "continent": "Testcontinent", 30 "continent_i18n": { 31 "xx": "Testkontinent" 32 }, 33 "name_i18n": { 34 "de_DE": "Demolandt", 35 "de_CH": "Demolandi", 36 "fr": "Demopais", 37 "en": "Demoland" 38 }, 39 "currency": "KUDOS" 40 } 41 ] 42 }