-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
localazy.json
112 lines (112 loc) · 3.29 KB
/
localazy.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
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
{
"upload": {
"type": "json",
"files": [
{
"file": "en.json",
"path": "packages/endpoint-auth/locales",
"pattern": "packages/endpoint-auth/locales/en.json",
"module": "endpoint-auth"
},
{
"file": "en.json",
"path": "packages/endpoint-files/locales",
"pattern": "packages/endpoint-files/locales/en.json",
"module": "endpoint-files"
},
{
"file": "en.json",
"path": "packages/endpoint-posts/locales",
"pattern": "packages/endpoint-posts/locales/en.json",
"module": "endpoint-posts"
},
{
"file": "en.json",
"path": "packages/endpoint-share/locales",
"pattern": "packages/endpoint-share/locales/en.json",
"module": "endpoint-share"
},
{
"file": "en.json",
"path": "packages/error/locales",
"pattern": "packages/error/locales/en.json",
"module": "error"
},
{
"file": "en.json",
"path": "packages/frontend/locales",
"pattern": "packages/frontend/locales/en.json",
"module": "frontend"
},
{
"file": "en.json",
"path": "packages/indiekit/locales",
"pattern": "packages/indiekit/locales/en.json",
"module": "indiekit"
},
{
"file": "en.json",
"path": "packages/post-type-audio/locales",
"pattern": "packages/post-type-audio/locales/en.json",
"module": "post-type-audio"
},
{
"file": "en.json",
"path": "packages/post-type-bookmark/locales",
"pattern": "packages/post-type-bookmark/locales/en.json",
"module": "post-type-bookmark"
},
{
"file": "en.json",
"path": "packages/post-type-event/locales",
"pattern": "packages/post-type-event/locales/en.json",
"module": "post-type-event"
},
{
"file": "en.json",
"path": "packages/post-type-jam/locales",
"pattern": "packages/post-type-jam/locales/en.json",
"module": "post-type-jam"
},
{
"file": "en.json",
"path": "packages/post-type-like/locales",
"pattern": "packages/post-type-like/locales/en.json",
"module": "post-type-like"
},
{
"file": "en.json",
"path": "packages/post-type-photo/locales",
"pattern": "packages/post-type-photo/locales/en.json",
"module": "post-type-photo"
},
{
"file": "en.json",
"path": "packages/post-type-reply/locales",
"pattern": "packages/post-type-reply/locales/en.json",
"module": "post-type-reply"
},
{
"file": "en.json",
"path": "packages/post-type-repost/locales",
"pattern": "packages/post-type-repost/locales/en.json",
"module": "post-type-repost"
},
{
"file": "en.json",
"path": "packages/post-type-rsvp/locales",
"pattern": "packages/post-type-rsvp/locales/en.json",
"module": "post-type-rsvp"
},
{
"file": "en.json",
"path": "packages/post-type-video/locales",
"pattern": "packages/post-type-video/locales/en.json",
"module": "post-type-video"
}
]
},
"download": {
"files": "packages/${module}/locales/${lang}.json"
}
}