projectfluent / fluent-rs

Rust implementation of Project Fluent
https://projectfluent.org
Apache License 2.0
1.07k stars 96 forks source link

Add support for `FluentBundle::add_resource` allowOverrides #142

Closed zbraniecki closed 4 years ago

zbraniecki commented 4 years ago

JS implementation allows to set allowOverrides to true and allow for new resources to override messages in bundle, see https://github.com/projectfluent/fluent.js/pull/332