-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy path.twosky.json
More file actions
69 lines (69 loc) · 2.47 KB
/
.twosky.json
File metadata and controls
69 lines (69 loc) · 2.47 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
[
{
"project_id": "mac-mini",
"base_locale": "en",
"languages": {
"ar": "Arabic",
"be": "Belarusian",
"en": "English",
"cs": "Czech",
"da": "Danish",
"de": "German",
"el": "Greek",
"es": "Spanish",
"fa": "Persian",
"fi": "Finnish",
"fr": "French",
"he": "Hebrew",
"hr": "Croatian",
"hu": "Hungarian",
"id": "Indonesian",
"it": "Italian",
"ja": "Japanese",
"ko": "Korean",
"nl": "Dutch",
"nb": "Norwegian Bokmal",
"pl": "Polish",
"pt-BR": "Portuguese (Brazil)",
"pt-PT": "Portuguese",
"ro": "Romanian",
"ru": "Russian",
"sk": "Slovak",
"sl": "Slovenian",
"sr-Latn": "Serbian",
"sv": "Sweden",
"th": "Thai",
"tr": "Turkish",
"uk": "Ukrainian",
"vi": "Vietnamese",
"zh-Hans": "Chinese Simplified (mainland China)",
"zh-Hant": "Chinese Traditional (Taiwan)"
},
"localizable_files": [
"AdguardMini/sciter-ui/modules/common/intl/locales/en.json",
"AdguardMini/AdguardMini/Resources/en.lproj/Localizable.strings",
"AdguardMini/PopupExtension/Resources/en.lproj/*.strings",
"AdguardMini/GeneralContentBlocker/en.lproj/InfoPlist.strings",
"AdguardMini/PrivacyContentBlocker/en.lproj/InfoPlist.strings",
"AdguardMini/SecurityContentBlocker/en.lproj/InfoPlist.strings",
"AdguardMini/SocialContentBlocker/en.lproj/InfoPlist.strings",
"AdguardMini/OtherContentBlocker/en.lproj/InfoPlist.strings",
"AdguardMini/CustomContentBlocker/en.lproj/InfoPlist.strings"
],
"metadata": {
"sciter_locales_file_index": 0,
"folders_map": {
"PopupExtension": "popup-extension",
"[\\w]*ContentBlocker": "content-blockers"
},
"filename_map": {
"GeneralContentBlocker/en.lproj/InfoPlist.strings": "contentblocker_general_InfoPlist.strings",
"PrivacyContentBlocker/en.lproj/InfoPlist.strings": "contentblocker_privacy_InfoPlist.strings",
"SecurityContentBlocker/en.lproj/InfoPlist.strings": "contentblocker_security_InfoPlist.strings",
"SocialContentBlocker/en.lproj/InfoPlist.strings": "contentblocker_social_InfoPlist.strings",
"OtherContentBlocker/en.lproj/InfoPlist.strings": "contentblocker_other_InfoPlist.strings",
"CustomContentBlocker/en.lproj/InfoPlist.strings": "contentblocker_custom_InfoPlist.strings"
}
}
}
]