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')`