From 0012740725c5038c4e63ff7d6312c1b720d44aa9 Mon Sep 17 00:00:00 2001 From: Alexander Fedorov Date: Wed, 16 Jul 2025 20:03:32 +0300 Subject: [PATCH] Mark `name` attributes as translatable Names of * category * type * experiment are user-visible string and should have corresponding metadata to help PDE control its values. --- .../org.eclipse.linuxtools.tmf.core.tracetype.exsd | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tmf/org.eclipse.tracecompass.tmf.core/schema/org.eclipse.linuxtools.tmf.core.tracetype.exsd b/tmf/org.eclipse.tracecompass.tmf.core/schema/org.eclipse.linuxtools.tmf.core.tracetype.exsd index 9d8ba976a5..bbc38619c4 100644 --- a/tmf/org.eclipse.tracecompass.tmf.core/schema/org.eclipse.linuxtools.tmf.core.tracetype.exsd +++ b/tmf/org.eclipse.tracecompass.tmf.core/schema/org.eclipse.linuxtools.tmf.core.tracetype.exsd @@ -63,6 +63,9 @@ a translatable name that will be used in the UI for this category + + + @@ -82,6 +85,9 @@ The type name as it is displayed to the end user. + + + @@ -138,6 +144,9 @@ The type name as it is displayed to the end user. + + +