01-backup.json (498B)
1 { 2 "continents": [ 3 "Europe", 4 "North America", 5 "Demoworld" 6 ], 7 "backup_state": "COUNTRY_SELECTING", 8 "reducer_type": "backup", 9 "selected_continent": "Demoworld", 10 "countries": [ 11 { 12 "code": "xx", 13 "name": "Testland", 14 "continent": "Demoworld", 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 } 25 ] 26 }