Skip to content

Commit f9884b4

Browse files
srl295pedberg-icu
authored andcommitted
CLDR-17948 v46 dtd: conformsTo needs to include current CLDR version (unicode-org#4148)
(cherry picked from commit 47a33d6)
1 parent 5d5f2fb commit f9884b4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/keyboard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
${{ runner.os }}-nodekbd-
3535
nodekbd-
3636
- name: Install kmc
37-
run: npm install -g @keymanapp/kmc@alpha
37+
run: npm install -g @keymanapp/kmc
3838
- name: Compile Keyboards
3939
run: kmc --error-reporting build keyboards/3.0/*.xml
4040
- name: Run Kbd Charts

keyboards/dtd/ldmlKeyboard3.dtd

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
1010
<!ELEMENT keyboard3 ( import*, locales?, version?, info, settings?, displays?, keys?, flicks?, forms?, layers*, variables?, transforms*, special* ) >
1111
<!ATTLIST keyboard3 locale CDATA #REQUIRED >
1212
<!--@MATCH:validity/bcp47-wellformed-->
13-
<!ATTLIST keyboard3 conformsTo (45) #REQUIRED >
13+
<!ATTLIST keyboard3 conformsTo (45 | 46) #REQUIRED >
1414
<!--@MATCH:version-->
1515
<!--@METADATA-->
1616
<!ATTLIST keyboard3 xmlns CDATA #IMPLIED >

keyboards/dtd/ldmlKeyboard3.xsd

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Note: DTD @-annotations are not currently converted to .xsd. For full CLDR file
3535
<xs:simpleType>
3636
<xs:restriction base="xs:token">
3737
<xs:enumeration value="45"/>
38+
<xs:enumeration value="46"/>
3839
</xs:restriction>
3940
</xs:simpleType>
4041
</xs:attribute>

0 commit comments

Comments
 (0)