Skip to content

Commit fdc67b9

Browse files
committed
language map for labels
1 parent 739dd64 commit fdc67b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

xsl/context/1.0rc1-protected.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"xsd": "http://www.w3.org/2001/XMLSchema#",
66
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
77
"@protected": true,
8+
"default": "@none",
89
"CitableUnit": {
910
"@id": "dts:CitableUnit",
1011
"@protected": false
@@ -92,7 +93,8 @@
9293
},
9394
"label": {
9495
"@id": "rdfs:label",
95-
"@protected": false
96+
"@protected": false,
97+
"@container": "@language"
9698
},
9799
"view": {
98100
"@id": "dts:view",

0 commit comments

Comments
 (0)