-
Notifications
You must be signed in to change notification settings - Fork 0
/
zolinga.json
48 lines (48 loc) · 1.25 KB
/
zolinga.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
{
"name": "Zolinga Internationalization",
"version": "1.0",
"description": "Provides internationalization support for Zolinga applications.",
"authors": [
"Daniel Sevcik <[email protected]>"
],
"attributes": {},
"listen": [
{
"description": "Provides internationalization services and information about locale.",
"service": "locale",
"class": "Zolinga\\Intl\\LocaleService",
"origin": [
"internal"
]
},
{
"description": "CLI interface for gettext extraction.",
"event": "gettext:extract",
"class": "Zolinga\\Intl\\GettextCli",
"method": "extract",
"origin": [
"cli"
]
},
{
"description": "CLI interface for gettext compilation.",
"event": "gettext:compile",
"class": "Zolinga\\Intl\\GettextCli",
"method": "compile",
"origin": [
"cli"
]
}
],
"autoload": {
"Zolinga\\Intl\\": "src/"
},
"config": {
"intl": {
"locales": [
"en_US",
"cs-CZ"
]
}
}
}