Upgrade version

pull/1419/head^2
Cheryl 2 years ago
parent cae0e52952
commit e32f32a6f9
  1. 3
      CHANGELOG.md
  2. 3
      README.md
  3. 2
      pubspec.yaml

@ -1,3 +1,6 @@
# [7.4.11]
- Add sw locale.
# [7.4.10] # [7.4.10]
- Update translations. - Update translations.

@ -354,7 +354,7 @@ QuillToolbar(locale: Locale('fr'), ...)
QuillEditor(locale: Locale('fr'), ...) QuillEditor(locale: Locale('fr'), ...)
``` ```
Currently, translations are available for these 30 locales: Currently, translations are available for these 31 locales:
* `Locale('en')` * `Locale('en')`
* `Locale('ar')` * `Locale('ar')`
@ -385,6 +385,7 @@ Currently, translations are available for these 30 locales:
* `Locale('fa')` * `Locale('fa')`
* `Locale('hi')` * `Locale('hi')`
* `Locale('sr')` * `Locale('sr')`
* `Locale('sw')`
* `Locale('ja')` * `Locale('ja')`
#### Contributing to translations #### Contributing to translations

@ -1,6 +1,6 @@
name: flutter_quill name: flutter_quill
description: A rich text editor built for the modern Android, iOS, web and desktop platforms. It is the WYSIWYG editor and a Quill component for Flutter. description: A rich text editor built for the modern Android, iOS, web and desktop platforms. It is the WYSIWYG editor and a Quill component for Flutter.
version: 7.4.10 version: 7.4.11
homepage: https://1o24bbs.com/c/bulletjournal/108 homepage: https://1o24bbs.com/c/bulletjournal/108
repository: https://github.com/singerdmx/flutter-quill repository: https://github.com/singerdmx/flutter-quill

Loading…
Cancel
Save