From 3417e93583430e0410c1e2ae16ccd53ea4fc01be Mon Sep 17 00:00:00 2001 From: Florin Bratan Date: Mon, 7 Nov 2022 16:10:58 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ba7dcbc..050a95c 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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).