diff options
Diffstat (limited to 'src/cli/resources/01-backup.json')
-rw-r--r-- | src/cli/resources/01-backup.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/src/cli/resources/01-backup.json b/src/cli/resources/01-backup.json new file mode 100644 index 0000000..842d3af --- /dev/null +++ b/src/cli/resources/01-backup.json | |||
@@ -0,0 +1,41 @@ | |||
1 | { | ||
2 | "continents": [ | ||
3 | "Europe", | ||
4 | "North America", | ||
5 | "Testcontinent" | ||
6 | ], | ||
7 | "backup_state": "COUNTRY_SELECTING", | ||
8 | "selected_continent": "Testcontinent", | ||
9 | "countries": [ | ||
10 | { | ||
11 | "code": "xx", | ||
12 | "name": "Testland", | ||
13 | "continent": "Testcontinent", | ||
14 | "continent_i18n": { | ||
15 | "xx": "Testkontinent" | ||
16 | }, | ||
17 | "name_i18n": { | ||
18 | "de_DE": "Testlandt", | ||
19 | "de_CH": "Testlandi", | ||
20 | "fr": "Testpais", | ||
21 | "en": "Testland" | ||
22 | }, | ||
23 | "currency": "TESTKUDOS" | ||
24 | }, | ||
25 | { | ||
26 | "code": "xy", | ||
27 | "name": "Demoland", | ||
28 | "continent": "Testcontinent", | ||
29 | "continent_i18n": { | ||
30 | "xx": "Testkontinent" | ||
31 | }, | ||
32 | "name_i18n": { | ||
33 | "de_DE": "Demolandt", | ||
34 | "de_CH": "Demolandi", | ||
35 | "fr": "Demopais", | ||
36 | "en": "Demoland" | ||
37 | }, | ||
38 | "currency": "KUDOS" | ||
39 | } | ||
40 | ] | ||
41 | } \ No newline at end of file | ||