-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert: DAB: Parse Specific Config #676
Comments
chrisvire
changed the title
DAB: Parse Specific Config
Convert: DAB: Parse Specific Config
Sep 24, 2024
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
|
Christopher-Shiu
added a commit
that referenced
this issue
Nov 7, 2024
Issue #676 Stopped at parsedLayouts
Christopher-Shiu
added a commit
that referenced
this issue
Nov 15, 2024
Issue #676 Split parseInterfacelanguage into three functions and modified index.d.ts as well as the Dictionary Config function
Christopher-Shiu
added a commit
that referenced
this issue
Nov 18, 2024
Christopher-Shiu
added a commit
that referenced
this issue
Nov 18, 2024
chrisvire
added a commit
that referenced
this issue
Nov 18, 2024
* Parsed Dictionary Attributes for writing systems Issue #676 Split parseInterfacelanguage into three functions and modified index.d.ts as well as the Dictionary Config function * Ran Formatting for convertConfig Issue #676 * Revert "Ran Formatting for convertConfig" This reverts commit 842d5e5. * Ran npm format for convertConfig Issue #676 * Simplify parsing lists of chars --------- Co-authored-by: Chris Hubbard <chris@thehubbards.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: