Upgrade version

pull/1419/head^2
Cheryl 1 year ago
parent cae0e52952
commit e32f32a6f9
  1. 3
      CHANGELOG.md
  2. 3
      README.md
  3. 2
      lib/src/translations/toolbar.i18n.dart
  4. 2
      pubspec.yaml

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

@ -354,7 +354,7 @@ QuillToolbar(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('ar')`
@ -385,6 +385,7 @@ Currently, translations are available for these 30 locales:
* `Locale('fa')`
* `Locale('hi')`
* `Locale('sr')`
* `Locale('sw')`
* `Locale('ja')`
#### Contributing to translations

@ -2105,7 +2105,7 @@ extension Localization on String {
'Saved using the local storage': 'Saved using the local storage',
'Error while saving image': 'Error while saving image',
},
'sw': {
'sw': {
'Paste a link': 'Bandika Kiungo',
'Ok': 'Sawa',
'Select Color': 'Chagua Rangi',

@ -1,6 +1,6 @@
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.
version: 7.4.10
version: 7.4.11
homepage: https://1o24bbs.com/c/bulletjournal/108
repository: https://github.com/singerdmx/flutter-quill

Loading…
Cancel
Save