Update README.md

pull/701/head
X Code 3 years ago committed by GitHub
parent 95779f4dae
commit cfc5694e93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

@ -110,8 +110,8 @@ Define `mobileWidth`, `mobileHeight`, `mobileMargin`, `mobileAlignment` as follo
} }
``` ```
## Translation of toolbar ## Translation
The package offers translations for the quill toolbar, it will follow the system locale unless you set your own locale with: The package offers translations for the quill toolbar and editor, it will follow the system locale unless you set your own locale with:
``` ```
QuillToolbar(locale: Locale('fr'), ...) QuillToolbar(locale: Locale('fr'), ...)
QuillEditor(locale: Locale('fr'), ...) QuillEditor(locale: Locale('fr'), ...)

Loading…
Cancel
Save