Open chrisvire opened 2 months ago
In DAB 12.2, there has been a change in how to determine if there will be index files (surprise to me).
Prior to DAB 12.2, there was a <trait name="indexed" value="true|false">
in the <writing-system>
element.
In DAB 12.2, that has been pulled out into a separate configuration.
<indexes>
<index lang="en" displayed="true"></index>
<index lang="hag-Latn-GH-fonipa-x-emic" displayed="false"></index>
</indexes>
SAB and DAB share a lot of the same config, but there will be parts that are unique to DAB.
The main data elements in a DAB project are:
The main data elements in an SAB project are:
You will need to make the
convert/convertConfig.ts
file work with both types. The way that you tell which is which is in the<app-definition>
tag:The writing-system entries in DAB are more complex that what is in SAB.
Here is an example writing-systems from the Hanga project:
Here is an example writing-systems from SAB:
So you can see there is a different "type" (interface or gloss) and additional optional properties.