forked from NEURS/gulp-transifex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fixture.json
53 lines (52 loc) · 1.12 KB
/
fixture.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"Hello": "Hello",
"Hello %s, how are you today?": "Hello %s, how are you today?",
"weekend": "weekend",
"Hello %s, how are you today? How was your %s.": "Hello %s, how are you today? How was your %s.",
"Hi": "Hi",
"Howdy": "Howdy",
"%s cat": {
"one": "%s cat",
"other": "%s cats"
},
"cat": {
"one": "%s cat",
"other": "%s cats"
},
"rodent": {
"one": "%s rodent",
"other": "%s rodents"
},
"dog": {
"one": "%s dog",
"other": "%s dogs"
},
"tree": {
"one": "%s tree",
"other": "%s trees"
},
"There is one monkey in the %%s": {
"one": "There is one monkey in the %%s",
"other": "There are %d monkeys in the %%s"
},
"There is one monkey in the %s": {
"one": "There is one monkey in the %s",
"other": "There are %d monkeys in the %s"
},
"Hello %s": "Hello %s",
"Hello {{name}}": "Hello {{name}}",
"Hello {{name}}, how was your %s?": "Hello {{name}}, how was your %s?",
"format": {
"date": "MM/DD/YYYY",
"time": "h:mm:ss a"
},
"greeting": {
"formal": "Hello",
"informal": "Hi",
"placeholder": {
"formal": "Hello %s",
"informal": "Hi %s",
"loud": "greeting.placeholder.loud"
}
}
}