You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
until https://unicode-org.atlassian.net/browse/CLDR-18138 is fixed upstream (which is on me) we could patch the LDML schema to not make base="cldr" implied. For now, authors can do <import base="" path="something.xml" />
The text was updated successfully, but these errors were encountered:
- added a new reader callback option, localImportsPaths
- due to the CLDR issue #12749 use base=""
- add tests
- some bugfixes in import messages
- add an ImportStatus section to determine if something is a local import
Fixes: #10649
For now, authors can do <import base="" path="something.xml" />
Anything that is left for authors to workaround will live forever. Let's not go there -- we need to address this before we merge #12750, or certainly before we go to beta.
see #10649 (comment)
until https://unicode-org.atlassian.net/browse/CLDR-18138 is fixed upstream (which is on me) we could patch the LDML schema to not make
base="cldr"
implied. For now, authors can do<import base="" path="something.xml" />
The text was updated successfully, but these errors were encountered: