Opened 15 years ago
Closed 15 years ago
#124 closed enhancement (fixed)
editor / add contextual label translation
Reported by: | fxp | Owned by: | Fxp |
---|---|---|---|
Priority: | minor | Milestone: | v2.5.0 |
Component: | User interface (web) | Version: | v2.5.0 |
Keywords: | Cc: |
Description
Add contextual label according to parent element in order to make a distinction between metadata language and dataset language.
Example :
<element name="gmd:language" context="gmd:MD_Metadata" id="3.0"> <label>Metadata language</label> <description>language used for documenting metadata</description> <condition>conditional</condition> </element> <element name="gmd:language" context="gmd:MD_DataIdentification" id="39.0"> <label>Language</label> <description>language(s) used within the dataset</description> <help>language(s) used within the dataset</help> <_condition>Mandatory</_condition> </element>
Attachments (2)
Change History (4)
comment:1 by , 15 years ago
Type: | defect → enhancement |
---|
by , 15 years ago
Attachment: | label-with-context.patch added |
---|
by , 15 years ago
Attachment: | label-with-context-locfiles.patch added |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Revision: 5100