From 841c8cf4862689da1b37d6b8a7316d6f614c75f3 Mon Sep 17 00:00:00 2001 From: X Code Date: Sun, 27 Mar 2022 21:33:04 -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 3c9a31f0..98decb9b 100644 --- a/README.md +++ b/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 17 locales: +Currently, translations are available for these 18 locales: * `Locale('en')` * `Locale('ar')` * `Locale('de')` @@ -134,6 +134,7 @@ Currently, translations are available for these 17 locales: * `Locale('vi')` * `Locale('id')` * `Locale('no')` +* `Locale('fa')` ### 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!