m-xim
m-xim
Allows using a default value in the class which is equal to an empty string (""). # Description Currently, the filter does not activate if an empty string ("") is...
FTL file: ```fluent hello = Hello, { $firstname } { $lastname }! ``` Before: ```python fluent.runtime.errors.FluentReferenceError: Unknown external: firstname ``` After: ```python aiogram_i18n.exceptions.FluentMessageError: 2 errors for key 'hello': Unknown external:...
### Checklist - [x] I am reporting an issue in existing functionality that does not work as intended - [x] I've searched for existing [GitHub issues](https://github.com/telegrammessenger/Telegram-iOS/issues) ### Description Links for...