Jesway / flutter_translate

Flutter Translate is a fully featured localization / internationalization (i18n) library for Flutter.
MIT License
403 stars 118 forks source link

Add translateIfExists API which returns null if the translation key i… #98

Closed kristofb closed 1 year ago

kristofb commented 1 year ago

Add translateIfExists API which returns null if the translation key is not found. This enables the caller to know that the translation is not available and act accordingly.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.