Jesway / flutter_translate

Flutter Translate is a fully featured localization / internationalization (i18n) library for Flutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No MaterialLocalizations found , If change language to Soomaali (so)

vyas-git opened this issue · comments

Getting this error
The following message was thrown:
Warning: This application's locale, so, is not supported by all of its
localization delegates.

• A MaterialLocalizations delegate that supports the so locale was not found.
• A CupertinoLocalizations delegate that supports the so locale was not found.

The declared supported locales for this app are: en, so, ar

See https://flutter.dev/tutorials/internationalization/ for more information
about configuring an
app's locale, supportedLocales, and localizationsDelegates parameters.
════════════════════════════════════════════════════════════════════════════════
════════════════════
Another exception was thrown: No MaterialLocalizations found.
Another exception was thrown: No MaterialLocalizations found.

I don't think this issue is related to flutter_translate and you should probably post it in the Flutter repo.