-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEditorLanguageToggle.uplugin
More file actions
34 lines (34 loc) · 970 Bytes
/
EditorLanguageToggle.uplugin
File metadata and controls
34 lines (34 loc) · 970 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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.1.0",
"FriendlyName": "Editor Language Toggle",
"Description": "Change Editor Language Quickly",
"Category": "Editor",
"CreatedBy": "Keita Nakamura",
"CreatedByURL": "https://github.com/KTA552/UE-EditorLanguageToggle",
"DocsURL": "https://docs.google.com/document/d/1iUW3XP9Ta2eTBo8q3R62vyXJUZ71ongLBE-kUy__LEw/",
"MarketplaceURL": "https://www.fab.com/ja/portal/listings/2cf94703-85bd-4395-9c0e-5a90bc4a8f6c",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"EngineVersion": "5.6.0",
"Modules": [
{
"Name": "EditorLanguageToggle",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [ "Win64", "Mac", "Linux" ]
}
],
"LocalizationTargets": [
{
"Name": "EditorLanguageToggle",
"LoadingPolicy": "Always",
"ConfigGenerationPolicy": "Never"
}
],
"Installed": false
}