-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathui.json
37 lines (37 loc) · 1.5 KB
/
ui.json
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
{
"survey": {
"default": "en-US",
"en-US": {
"enabled": false,
"campaign": "20160801",
"url": "https://docs.google.com/a/getlantern.org/forms/d/1k0_Vgp_JqyfYgbzuAHfa0CNwTxN8wUoF51QudihIrcE/prefill?pref=2&pli=1",
"message": "Help make Lantern better, take this one question survey now!",
"thanks": "Thanks for taking our survey!",
"button": "Take survey"
},
"zh-CN": {
"enabled": true,
"campaign": "20160801",
"url": "https://docs.google.com/a/getlantern.org/forms/d/1k0_Vgp_JqyfYgbzuAHfa0CNwTxN8wUoF51QudihIrcE/prefill?pref=2&pli=1",
"message": "Help make Lantern better, take this one question survey now (ZH)!",
"thanks": "Thanks for taking our survey (ZH)!",
"button": "Take survey (ZH)"
},
"hi-IN": {
"enabled": true,
"campaign": "20160801",
"url": "https://docs.google.com/a/getlantern.org/forms/d/1k0_Vgp_JqyfYgbzuAHfa0CNwTxN8wUoF51QudihIrcE/prefill?pref=2&pli=1",
"message": "Help make Lantern better, take this one question survey now!",
"thanks": "Thanks for taking our survey!",
"button": "Take survey"
},
"fa-IR": {
"enabled": false,
"campaign": "20160801",
"url": "https://docs.google.com/a/getlantern.org/forms/d/1k0_Vgp_JqyfYgbzuAHfa0CNwTxN8wUoF51QudihIrcE/prefill?pref=2&pli=1",
"message": "Help make Lantern better, take this one question survey now (FA)!",
"thanks": "Thanks for taking our survey (FA)!",
"button": "Take survey (FA)"
}
}
}