diff --git a/Editor/Inspector/Parameters/ParameterConfigDrawer.cs b/Editor/Inspector/Parameters/ParameterConfigDrawer.cs index 8942a028..76dc9026 100644 --- a/Editor/Inspector/Parameters/ParameterConfigDrawer.cs +++ b/Editor/Inspector/Parameters/ParameterConfigDrawer.cs @@ -3,7 +3,6 @@ using System; using UnityEditor; using UnityEditor.UIElements; -using UnityEngine; using UnityEngine.UIElements; namespace nadena.dev.modular_avatar.core.editor.Parameters @@ -64,6 +63,7 @@ namespace nadena.dev.modular_avatar.core.editor.Parameters remapToPlaceholder.SetEnabled(false); remapToPlaceholder.labelElement.AddToClassList("ndmf-tr"); + Localization.UI.Localize(remapToPlaceholder.labelElement); root.Q("internalParameter").RegisterValueChangeCallback(evt => { diff --git a/Editor/Inspector/Parameters/ParameterConfigDrawer.uxml b/Editor/Inspector/Parameters/ParameterConfigDrawer.uxml index 57cea299..c0217356 100644 --- a/Editor/Inspector/Parameters/ParameterConfigDrawer.uxml +++ b/Editor/Inspector/Parameters/ParameterConfigDrawer.uxml @@ -15,7 +15,7 @@ - +