Skip to content
master
Go to file
Code

Latest commit

* added duals support for languages that support it like Arabic and Hebrew

* Added arabic i18n file in examples to display duals and added the ar key to other i18n files

* Integrated the ar i18n file into example and static keys example

* Updated Readme.md to show that the package now supports duals in pluralization
ec32e44

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

Build Status pub package Awesome Flutter License: MIT Flutter.io


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

It lets you define translations for your content in different languages and switch between them easily.

Example

Features

  • Very easy to use
  • Mobile & Web support
  • Pluralization and Duals support
  • Static keys support with flutter_translate_gen
  • Supports both languageCode (en) and languageCode_countryCode (en_US) locale formats
  • Automatically save & restore the selected locale with a simple implementation
  • Full support for right-to-left locales
  • Fallback locale support in case the system locale is unsupported
  • Supports both inline or nested JSON

Documentation

Complete documentation is available on the wiki page.

To get started please see Installation, Configuration & Usage.

Examples

Issues

Please file any issues, bugs or feature request here.

License

This project is licensed under the MIT License

Author

This Flutter package is developed by Florin Bratan. You can contact me at florin@leadcode.dev

You can’t perform that action at this time.