diff --git a/CHANGELOG.md b/CHANGELOG.md index f0729aeb..3cacd97d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# [6.1.7] +* Add czech localizations. + # [6.1.6] * Upgrade i18n_extension to 6.0.0. diff --git a/README.md b/README.md index 3c78be72..126f5faa 100644 --- a/README.md +++ b/README.md @@ -325,10 +325,11 @@ QuillToolbar(locale: Locale('fr'), ...) QuillEditor(locale: Locale('fr'), ...) ``` -Currently, translations are available for these 22 locales: +Currently, translations are available for these 23 locales: * `Locale('en')` * `Locale('ar')` +* `Locale('cs')` * `Locale('de')` * `Locale('da')` * `Locale('fr')` diff --git a/pubspec.yaml b/pubspec.yaml index ea16c8bb..deaeb0e4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us) -version: 6.1.6 +version: 6.1.7 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill