We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Spawned out of #3575
If a data provider is built with a key but the key has no data, it should not error with MissingDataKey, it should error with MissingLocale.
BlobDataProvider fixed this in #3551. The adapters should just work with this (worth quickly checking if forking by key works correctly)
BlobDataProvider
FsDataProvider needs to be fixed. Probably with a manifest change or some dummy file.
FsDataProvider
The text was updated successfully, but these errors were encountered:
It actually works already with directory presence, the exporter just has to be updated to create empty directories.
Sorry, something went wrong.
icu_provider_fs
Reopening due to requested changes on #3682
robertbastian
Successfully merging a pull request may close this issue.
Spawned out of #3575
If a data provider is built with a key but the key has no data, it should not error with MissingDataKey, it should error with MissingLocale.
BlobDataProvider
fixed this in #3551. The adapters should just work with this (worth quickly checking if forking by key works correctly)FsDataProvider
needs to be fixed. Probably with a manifest change or some dummy file.The text was updated successfully, but these errors were encountered: