forked from AdguardTeam/PopupBlocker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.twosky.json
32 lines (32 loc) · 883 Bytes
/
.twosky.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
[
{
"project_id": "popup-blocker",
"base_locale": "en",
"languages": {
"en": "English",
"ar": "Arabic",
"cs": "Czech",
"da": "Danish",
"de": "German",
"es": "Spanish",
"fa": "Persian",
"fr": "French",
"id": "Indonesian",
"it": "Italian",
"ja": "Japanese",
"no": "Norwegian",
"pl": "Polish",
"pt-BR": "Portuguese (Brazil)",
"pt-PT": "Portuguese",
"ru": "Russian",
"sl": "Slovenian",
"tr": "Turkish",
"uk": "Ukrainian",
"zh-CN": "Chinese Simplified (mainland China)",
"zh-TW": "Chinese Traditional (Taiwan)"
},
"localizable_files": [
"src/locales/source.json"
]
}
]