forked from pot-app/pot-app-translate-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.json
36 lines (36 loc) · 730 Bytes
/
info.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
{
"id": "plugin.com.pot-app.lingva",
"plugin_type": "translate",
"icon": "lingva.svg",
"display": "Lingva",
"homepage": "https://github.com/pot-app/pot-app-translate-plugin-template",
"needs": [{ "key": "requestPath", "display": "请求地址" }],
"language": {
"auto": "auto",
"zh_cn": "zh",
"zh_tw": "zh_HANT",
"en": "en",
"ja": "ja",
"ko": "ko",
"fr": "fr",
"es": "es",
"ru": "ru",
"de": "de",
"it": "it",
"tr": "tr",
"pt_pt": "pt",
"pt_br": "pt",
"vi": "vi",
"id": "id",
"th": "th",
"ms": "ms",
"ar": "ar",
"hi": "hi",
"mn_cy": "mn",
"mn_mo": "mn",
"km": "km",
"nb_no": "no",
"nn_no": "no",
"fa": "fa"
}
}