-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbookFixtures.js
158 lines (158 loc) · 3.82 KB
/
bookFixtures.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
App.Book.FIXTURES = [
{
id:10000,
language: "esp",
dateCreated: "1/15/15",
lastEdited: "Today",
createdBy: "Hugo Campbell Sills",
location: "New York, NY, USA",
release: "Public",
sourceISO: "ESP",
sourceName: "Español",
targetISO: "GRN",
targetName: "Guaraní",
phrases: [10001000,10001001,10001002,10001003,10001004,10001005,10001006,10001007,10001008,10001009],
title: "Introducción à Guarany",
banner: true,
bannerUrl: "img/faces/hugo.jpg",
sounds: false,
videos: false,
editing: false,
comments: false,
// phraseCount: 10,
views: 0,
saves: 0,
shares: 0,
embeds: 0
},
{
id:10001,
language: "eng",
dateCreated: "1/15/15",
lastEdited: "Today",
createdBy: "Sarah Doyle",
location: "New York, NY, USA",
release: "Public",
sourceISO: "ENG",
sourceName: "English",
targetISO: "BIS",
targetName: "Bislama",
phrases: [10001010,10001011,10001012,10001013,10001014,10001015,10001016,10001017,10001018,10001019,10001020,10001021,10001022,10001023,10001024,10001025,10001026,10001027,10001028,10001029,10001030,10001031,10001032,10001033,10001034],
title: "Basic Bislama Phrases",
banner: true,
bannerUrl: "img/faces/sarah.jpg",
sounds: false,
videos: false,
editing: false,
comments: false,
// phraseCount: 25,
views: 0,
saves: 0,
shares: 0,
embeds: 0
},
{
id:10002,
language: "eng",
dateCreated: "1/15/15",
lastEdited: "Today",
createdBy: "Lindie Botes",
location: "New York, NY, USA",
release: "Public",
sourceISO: "AFR",
sourceName: "Afrikaans",
targetISO: "ENG",
targetName: "Engels",
phrases: [10001035,10001036,10001037,10001038,10001039,10001040,10001041,10001042,10001043,10001044,10001045,10001046,10001047,10001048,10001049,10001050,10001051,10001052,10001053,10001054,10001055,10001056,10001057,10001058,10001059,10001060,10001061,10001062],
title: "Engels Vir Werk",
banner: true,
bannerUrl: "img/faces/lindie.jpg",
sounds: false,
videos: false,
editing: false,
comments: false,
// phraseCount: 28,
views: 0,
saves: 0,
shares: 0,
embeds: 0
},
{
id:10003,
language: "eng",
dateCreated: "1/15/15",
lastEdited: "Today",
createdBy: "Cathy Zhang",
location: "New York, NY, USA",
release: "Public",
sourceISO: "ENG",
sourceName: "English",
targetISO: "BIS",
targetName: "Mandarin",
phrases: [],
title: "Mandarin for the Ex-Pat",
banner: true,
bannerUrl: "img/faces/cathy.jpg",
sounds: false,
videos: false,
editing: false,
comments: false,
// phraseCount: 0,
views: 0,
saves: 0,
shares: 0,
embeds: 0
},
{
id:10004,
language: "eng",
dateCreated: "1/15/15",
lastEdited: "Today",
createdBy: "Pau Matteo",
location: "New York, NY, USA",
release: "Public",
sourceISO: "Cat",
sourceName: "Catalá",
targetISO: "Lit",
targetName: "Lithuanian",
phrases: [],
title: "Un Catalá en Lituania v1",
banner: true,
bannerUrl: "img/faces/pau.jpg",
sounds: false,
videos: false,
editing: false,
comments: false,
// phraseCount: 0,
views: 0,
saves: 0,
shares: 0,
embeds: 0
},
{
id:10005,
language: "eng",
dateCreated: "1/15/15",
lastEdited: "Today",
createdBy: "Plator Gashi",
location: "New York, NY, USA",
release: "Public",
sourceISO: "AFR",
sourceName: "Albanian",
targetISO: "ENG",
targetName: "Gheg Albanian",
phrases: [],
title: "Kosovo Albanian",
banner: true,
bannerUrl: "img/faces/plator.jpg",
sounds: false,
videos: false,
editing: false,
comments: false,
// phraseCount: 0,
views: 0,
saves: 0,
shares: 0,
embeds: 0
}
]