guillaumeboehm / Flutter-Translate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This fork is mostly adding some features to work better with community translate tools such as Weblate.

  • Missing translations fallback to default
  • Support empty interpolations to work as empty strings

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 and Desktop 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

About

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

License:Other


Languages

Language:Dart 55.2%Language:CMake 27.5%Language:Ruby 8.8%Language:HTML 4.1%Language:Objective-C 2.4%Language:Java 1.4%Language:C++ 0.6%