fluent-rs icon indicating copy to clipboard operation
fluent-rs copied to clipboard

ResourceManager needs to implement BundleGenerator

Open gregtatum opened this issue 3 years ago • 2 comments

https://github.com/projectfluent/fluent-rs/blob/9e62af6f18f5efed4ad8faaca2c6c0ceb14d5bde/fluent-resmgr/src/resource_manager.rs#L107-L135

gregtatum avatar Nov 09 '22 17:11 gregtatum

If the idea is that the user should implement these, then it needs to be documented as such.

gregtatum avatar Nov 09 '22 17:11 gregtatum

An example of this API appears to be faked in:

https://github.com/projectfluent/fluent-rs/blob/9e62af6f18f5efed4ad8faaca2c6c0ceb14d5bde/fluent-fallback/tests/localization_test.rs#L129-L142

gregtatum avatar Nov 09 '22 17:11 gregtatum