Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bratan authored Nov 7, 2022
1 parent 59eb7be commit 3417e93
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ It lets you define translations for your content in different languages and swit
* Very easy to use
* ```Mobile```, ```Web``` and ```Desktop``` support
* ```Pluralization``` and ```Duals``` support
* ```Static keys``` support with [flutter_translate_gen](https://github.com/Jesway/Flutter-Translate/wiki/3.-Generating-statically-typed-localization-keys)
* Supports both ``languageCode (en)`` and ``languageCode_countryCode (en_US)`` locale formats
* Automatically ```save & restore``` the selected locale [with a simple implementation](https://github.com/Jesway/Flutter-Translate/wiki/2.-Automatically-saving-&-restoring-the-selected-locale)
* Full support for ```right-to-left``` locales
Expand All @@ -36,10 +35,9 @@ Complete documentation is available [on the wiki page](https://github.com/Jesway

To get started please see [Installation, Configuration & Usage](https://github.com/Jesway/Flutter-Translate/wiki/1.-Installation,-Configuration-&-Usage).

## Examples
## Example

* [Example using dynamic keys](https://github.com/Jesway/Flutter-Translate/tree/master/example)
* [Example using static keys](https://github.com/Jesway/Flutter-Translate/tree/master/example_static_keys)
https://github.com/Jesway/Flutter-Translate/tree/master/example

## Issues
Please file any issues, bugs or feature request [here](https://github.com/Jesway/Flutter-Translate/issues).
Expand Down

0 comments on commit 3417e93

Please sign in to comment.