From 7758f0a22da4f4b49bb68ead501b338c58833c02 Mon Sep 17 00:00:00 2001 From: Cheryl Zhang <40752995+xinyuezhang0402@users.noreply.github.com> Date: Wed, 16 Feb 2022 15:18:20 -0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 914b2231..3c9a31f0 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 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!