-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlocalizer.json
More file actions
70 lines (70 loc) · 1.72 KB
/
localizer.json
File metadata and controls
70 lines (70 loc) · 1.72 KB
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
{
"sources": "ui/ui/i18n/sources",
"apps": [
{
"name": "authenticator",
"path": "apps/gui-app-authenticator",
"include": ["common.time", "common.button"]
},
{
"name": "camera",
"path": "apps/gui-app-qr-scanner",
"include": []
},
{
"name": "controlcenter",
"path": "os/gui-app-control-center",
"include": ["common.button.shutDown", "common.backup", "common.time"]
},
{
"name": "files",
"path": "apps/gui-app-file-browser",
"include": ["common.button", "common.fillerText"]
},
{
"name": "launcher",
"path": "os/gui-app-launcher",
"include": ["common.button", "common.time"]
},
{
"name": "lock",
"path": "os/gui-app-lock-screen",
"include": ["common.changePin"]
},
{
"name": "onboarding",
"path": "os/gui-app-onboarding",
"include": ["common.button", "common.update", "keycardBackup", "common.recoverRestoreCardKeycard"]
},
{
"name": "recovery",
"path": "os/gui-app-recovery",
"include": ["common.button"]
},
{
"name": "securitykey",
"path": "apps/gui-app-security-keys",
"include": ["common.button"]
},
{
"name": "settings",
"path": "os/gui-app-settings",
"include": ["common", "keycardBackup"]
},
{
"name": "switcher",
"path": "apps/gui-app-switcher",
"include": []
},
{
"name": "vault",
"path": "apps/gui-app-seed-vault",
"include": ["common.button"]
},
{
"name": "wallet",
"path": "apps/gui-app-bitcoin",
"include": ["common.button", "common.slideToSign", "common.createAccountsanitized", "common.createAccount"]
}
]
}