-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathEasyLocalizationTool.uplugin
More file actions
36 lines (36 loc) · 979 Bytes
/
EasyLocalizationTool.uplugin
File metadata and controls
36 lines (36 loc) · 979 Bytes
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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.9.1",
"FriendlyName": "EasyLocalizationTool",
"Description": "A simpler localization pipeline.",
"Category": "Localization",
"CreatedBy": "Damian Nowakowski",
"CreatedByURL": "https://zompidev.blogspot.com",
"DocsURL": "https://github.com/zompi2/UE4EasyLocalizationTool",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/7ffcfa0830e5409991d56f546d5b9cbb",
"FabURL": "com.epicgames.launcher://ue/Fab/product/66e4306e-9e77-4028-9db8-56a3ac2844d1",
"SupportURL": "mailto:zompi2@gmail.com",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": true,
"Modules": [
{
"Name": "EasyLocalizationTool",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "EasyLocalizationToolEditor",
"Type": "Editor",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64"
]
}
]
}