.arb` files in the `l10n/` directory:
```flutter pub pub run intl_translation:generate_from_arb --output-dir=lib/l10n --no-use-deferred-loading lib/localization/form_builder_localizations.dart lib/l10n/intl_*.arb```
5. Include your new language to `FormBuilderLocalization`'s supported languages. Go to `lib/localization/form_builder_localizations.dart` and include the language like so:
@override
bool isSupported(Locale locale) {
return ['en', 'es', 'fr'].contains(locale.languageCode);
}
6. Submit your PR and be of help to millions of people all over the world!
### Coffee :-)
If this package was helpful to you in delivering your project or you just wanna to support this
package, a cup of coffee would be highly appreciated ;-)
[](https://buymeacoff.ee/wb5M9y2Sz)
## CREDITS
### Contributors
Made with [contributors-img](https://contributors-img.firebaseapp.com).