Skip to content

Commit dde2974

Browse files
ruspl-afedbhufmann
authored andcommitted
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.
1 parent 8524f4b commit dde2974

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tmf/org.eclipse.tracecompass.tmf.core/schema/org.eclipse.linuxtools.tmf.core.tracetype.exsd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363
<documentation>
6464
a translatable name that will be used in the UI for this category
6565
</documentation>
66+
<appinfo>
67+
<meta.attribute translatable="true"/>
68+
</appinfo>
6669
</annotation>
6770
</attribute>
6871
</complexType>
@@ -82,6 +85,9 @@
8285
<documentation>
8386
The type name as it is displayed to the end user.
8487
</documentation>
88+
<appinfo>
89+
<meta.attribute translatable="true"/>
90+
</appinfo>
8591
</annotation>
8692
</attribute>
8793
<attribute name="category" type="string">
@@ -138,6 +144,9 @@
138144
<documentation>
139145
The type name as it is displayed to the end user.
140146
</documentation>
147+
<appinfo>
148+
<meta.attribute translatable="true"/>
149+
</appinfo>
141150
</annotation>
142151
</attribute>
143152
<attribute name="category" type="string">

0 commit comments

Comments
 (0)