projectfluent/python-fluent

FluentLocalization swallows errors

zbraniecki opened this issue · 0 comments

fluent_value does not provide a way to retrieve errors produced out of bundle -

val, errors = bundle.format_pattern(msg.value, args)

This makes it really hard to debug them for the user :)