From 13e3b23934b263c43f58de566afa5c2891d3b05c Mon Sep 17 00:00:00 2001 From: X Code Date: Mon, 6 Jun 2022 04:48:53 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95c0eed4..9fb7946f 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ The package offers translations for the quill toolbar and editor, it will follow QuillToolbar(locale: Locale('fr'), ...) QuillEditor(locale: Locale('fr'), ...) ``` -Currently, translations are available for these 19 locales: +Currently, translations are available for these 20 locales: * `Locale('en')` * `Locale('ar')` * `Locale('de')` @@ -187,6 +187,7 @@ Currently, translations are available for these 19 locales: * `Locale('pl')` * `Locale('vi')` * `Locale('id')` +* `Locale('nl')` * `Locale('no')` * `Locale('fa')` * `Locale('hi')`