From 38b1885878592ace0871f8bc04f42049025b740a Mon Sep 17 00:00:00 2001 From: X Code Date: Mon, 20 Jun 2022 09:16:47 -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 9fb7946f..b88cd1c1 100644 --- a/README.md +++ b/README.md @@ -170,13 +170,14 @@ 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 20 locales: +Currently, translations are available for these 21 locales: * `Locale('en')` * `Locale('ar')` * `Locale('de')` * `Locale('da')` * `Locale('fr')` * `Locale('zh', 'CN')` +* `Locale('zh', 'HK')` * `Locale('ko')` * `Locale('ru')` * `Locale('es')`