Skip to content

fluent 0.11.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@stasm stasm released this 15 Feb 16:59
  • Add the allowOverrides option to FluentBundle.addResource. (#332)

    FluentBundle.addResource and FluentBundle.addMessages now both accept
    an options object as the last argument. The allowOverrides option may
    be used to control whether it's allowed to override existing mesages or
    terms with new values. The default is false.