-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
feat(developer): ldml - support local imports #10649
Comments
|
blocked by #11236 |
for now, just XML-file-relative |
definite crowd pleaser |
Ugh- there's a CLDR DTD bug here. https://unicode-org.atlassian.net/browse/CLDR-18138 - I think for now I will need to patch the schema. Update (and updated the upstream issue): Looks like |
- basic changes to support local imports Fixes: #10649
- also improve callback visibility when XML fails to load Fixes: #10649
- use path.join instead of path.resolve - rename importsPath to cldrImportsPath - remove k_015_importlocal from core, as it duplicated tests in common and developer Fixes: #10649
only
base=cldr
is currently supported but spec allows local relative/absolute imports.keyman/common/web/types/src/ldml-keyboard/ldml-keyboard-xml-reader.ts
Lines 187 to 190 in 5dbda00
Reported by @sovichet
The text was updated successfully, but these errors were encountered: