Update README.md

pull/675/head
Cheryl Zhang 3 years ago committed by GitHub
parent c5cc54e3f8
commit 7758f0a22d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      README.md

@ -116,7 +116,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 16 locales:
Currently, translations are available for these 17 locales:
* `Locale('en')`
* `Locale('ar')`
* `Locale('de')`
@ -133,6 +133,7 @@ Currently, translations are available for these 16 locales:
* `Locale('pl')`
* `Locale('vi')`
* `Locale('id')`
* `Locale('no')`
### Contributing to translations
The translation file is located at [lib/src/translations/toolbar.i18n.dart](lib/src/translations/toolbar.i18n.dart). Feel free to contribute your own translations, just copy the English translations map and replace the values with your translations. Then open a pull request so everyone can benefit from your translations!

Loading…
Cancel
Save