-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTolgee.uplugin
35 lines (35 loc) · 1.01 KB
/
Tolgee.uplugin
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
{
"FileVersion": 3,
"VersionName": "0.1",
"EngineVersion": "5.3",
"FriendlyName": "Tolgee",
"Description": "Localization tool which makes the localization process simple. Easy to integrate to React, Angular and other applications.",
"Category" : "Localization",
"CreatedBy": "Tolgee",
"CreatedByURL": "https://tolgee.io/",
"DocsURL": "https://tolgee.io/integrations/unreal",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/2757e202f8f3408bbf66f65d26223398",
"SupportURL": "https://tolg.ee/slack",
"EnabledByDefault": false,
"CanContainContent": false,
"Modules": [
{
"Name": "Tolgee",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Android", "IOS", "Linux", "Mac", "TVOS", "Win64" ]
},
{
"Name": "TolgeeEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64", "Mac", "Linux" ]
}
],
"Plugins": [
{
"Name": "WebBrowserWidget",
"Enabled": true
}
]
}