Update README.md

pull/864/head
X Code 3 years ago committed by GitHub
parent 106c261e8a
commit 38b1885878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      README.md

@ -170,13 +170,14 @@ The package offers translations for the quill toolbar and editor, it will follow
QuillToolbar(locale: Locale('fr'), ...) QuillToolbar(locale: Locale('fr'), ...)
QuillEditor(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('en')`
* `Locale('ar')` * `Locale('ar')`
* `Locale('de')` * `Locale('de')`
* `Locale('da')` * `Locale('da')`
* `Locale('fr')` * `Locale('fr')`
* `Locale('zh', 'CN')` * `Locale('zh', 'CN')`
* `Locale('zh', 'HK')`
* `Locale('ko')` * `Locale('ko')`
* `Locale('ru')` * `Locale('ru')`
* `Locale('es')` * `Locale('es')`

Loading…
Cancel
Save