Skip to content

Commit d109ec3

Browse files
committed
Add locale and readme entry
1 parent 1405db9 commit d109ec3

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

CommunityBugFixCollection/CopySyncMemberToClipboardAction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ protected override bool AppliesTo(InspectorMemberActionsMenuItemsGenerationEvent
1919
protected override Task Handle(InspectorMemberActionsMenuItemsGenerationEvent eventData)
2020
{
2121
var field = (IField)eventData.Target;
22-
var menuItem = eventData.ContextMenu.AddItem("Copy to Clipboard",
22+
var menuItem = eventData.ContextMenu.AddItem(Mod.GetLocaleString("CopyToClipboard"),
2323
OfficialAssets.Graphics.Icons.General.Duplicate, RadiantUI_Constants.Sub.GREEN);
2424

2525
// Context Menu is local user only anyways, no need to use local action button

CommunityBugFixCollection/Locale/de.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"authors": [ "Banane9" ],
44
"messages": {
55
"CommunityBugFixCollection.Name": "Community Bug-Fix Sammlung",
6-
"CommunityBugFixCollection.Description": "Diese Mod enthällt Fixes für verschiedene kleine Resonite Issues die noch offen sind."
6+
"CommunityBugFixCollection.Description": "Diese Mod enthällt Fixes für verschiedene kleine Resonite Issues die noch offen sind.",
7+
8+
"CommunityBugFixCollection.CopyToClipboard": "In Zwischenablage kopieren"
79
}
810
}

CommunityBugFixCollection/Locale/en.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"CommunityBugFixCollection.Name": "Community Bug-Fix Collection",
66
"CommunityBugFixCollection.Description": "This mod contains fixes for various small Resonite Issues that are still open.",
77

8+
"CommunityBugFixCollection.CopyToClipboard": "Copy to Clipboard",
9+
810
"CommunityBugFixCollection.NoZeroScaleToolRaycast": "Fixes Resonite Issue #98: World crashes when a (multi)tool is scaled to zero."
911
}
1012
}

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,13 @@ The issues that have workarounds in this mod will be linked in the following lis
4444
If any of them have been closed and not removed from the mod,
4545
just disable them in the settings in the meantime.
4646

47-
* Sliders and Joints snapping in sessions hosted by a headless (https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/399)
47+
* Sliders and Joints snapping in sessions hosted by a headless (https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/399)
48+
49+
50+
## Features
51+
52+
The feature request issues that have been implemented in this mod will be linked in the following list.
53+
If any of them have been implemented and not removed from the mod,
54+
just disable them in the settings in the meantime.
55+
56+
* _Copy to Clipboard_ action on any non-reference member fields in Inspectors (https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/810)

0 commit comments

Comments
 (0)