Merge branch 'singerdmx:master' into master

pull/435/head
appflowy 4 years ago committed by GitHub
commit cb20188b50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      CHANGELOG.md
  2. 9
      lib/src/translations/toolbar.i18n.dart
  3. 2
      pubspec.yaml

@ -1,3 +1,6 @@
## [2.0.13]
* Improve the scrolling performance by reducing the repaint areas.
## [2.0.12]
* Fix the selection effect can't be seen as the textLine with background color.

@ -12,6 +12,15 @@ extension Localization on String {
'Please first select some text to transform into a link.':
'Please first select some text to transform into a link.',
},
'ar': {
'Paste a link': 'نسخ الرابط',
'Ok': 'نعم',
'Select Color': 'اختار اللون',
'Gallery': 'الصور',
'Link': 'الرابط',
'Please first select some text to transform into a link.':
'يرجى اختيار نص للتحويل إلى رابط',
},
'de': {
'Paste a link': 'Link hinzufügen',
'Ok': 'Ok',

@ -1,6 +1,6 @@
name: flutter_quill
description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us)
version: 2.0.12
version: 2.0.13
#author: bulletjournal
homepage: https://bulletjournal.us/home/index.html
repository: https://github.com/singerdmx/flutter-quill

Loading…
Cancel
Save