Skip to content

Gentleflow/flutter_localizations_extension

Repository files navigation

flutter_localizations_extension

Collect and adapt languages not supported by Flutter

Supported

  • Irish : ga
  • Luxembourgish: lb
  • Māori: mi

How to use

  1. copy ga_cupertino_localization.dart and ga_material_localization.dart to project
  2. Add language support in localizationsDelegates
MaterialApp(
  localizationsDelegates: const <LocalizationsDelegate<dynamic>>[
    GlobalCupertinoLocalizations.delegate,
    GlobalMaterialLocalizations.delegate,
    GlobalWidgetsLocalizations.delegate,
    GaMaterialLocalizations.delegate,
    GaCupertinoLocalizations.delegate,
  ],
)

If you want to add other languages, please submit a PR or issue.

About

Support language : Irish(ga), Luxembourgish(lb),Māori(mi)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages