From cfc5694e93bd17a26abd45b063b90c3bdd8c1c25 Mon Sep 17 00:00:00 2001 From: X Code Date: Wed, 9 Feb 2022 11:17:00 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a6569a0..914b2231 100644 --- a/README.md +++ b/README.md @@ -110,8 +110,8 @@ Define `mobileWidth`, `mobileHeight`, `mobileMargin`, `mobileAlignment` as follo } ``` -## Translation of toolbar -The package offers translations for the quill toolbar, it will follow the system locale unless you set your own locale with: +## Translation +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'), ...) QuillEditor(locale: Locale('fr'), ...)