Jesway / flutter_translate

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

RTL is not supported ( Arabic ) #16

Closed Blacktoviche closed 4 years ago

Blacktoviche commented 4 years ago

When adding ar local and adding the language json file it fall down to default local

var delegate = await LocalizationDelegate.create( fallbackLocale: 'en_US', supportedLocales: ['en_US', 'es', 'ar']);

Blacktoviche commented 4 years ago

Sorry , it's my bad . My implementation was wrong It works perfect