Skip to content

Improve user-friendly error output for Fluent #46

New issue

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

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from

Conversation

m-xim
Copy link

@m-xim m-xim commented May 10, 2025

FTL file:

hello = Hello, <b>{ $firstname } { $lastname }</b>!

Before:

fluent.runtime.errors.FluentReferenceError: Unknown external: firstname

After:

aiogram_i18n.exceptions.FluentMessageError: 
2 errors for key 'hello':
  Unknown external: firstname (type=FluentReferenceError)
  Unsupported external type: lastname, <class 'NoneType'> (type=TypeError)

@m-xim
Copy link
Author

m-xim commented Jun 8, 2025

@andrew000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant