From dfc852e679f5cd7f84892d3031b5c4955cc1f5df Mon Sep 17 00:00:00 2001 From: X Code Date: Sun, 27 Mar 2022 21:36:15 -0700 Subject: [PATCH] Upgrade to 4.0.12 --- CHANGELOG.md | 3 +++ lib/src/translations/toolbar.i18n.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bf825c2..24b2be18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# [4.0.12] +* Add Persian(fa) language. + # [4.0.11] * Fix cut selection error in multi-node line. diff --git a/lib/src/translations/toolbar.i18n.dart b/lib/src/translations/toolbar.i18n.dart index 18bdca85..a54869cb 100644 --- a/lib/src/translations/toolbar.i18n.dart +++ b/lib/src/translations/toolbar.i18n.dart @@ -368,7 +368,7 @@ extension Localization on String { 'Width': 'Bredde', 'Height': 'Høyde', }, - 'fa': { + 'fa': { 'Paste a link': 'جایگذاری لینک', 'Ok': 'اوکی', 'Select Color': 'انتخاب رنگ', diff --git a/pubspec.yaml b/pubspec.yaml index 95520c58..f2c02ad2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us) -version: 4.0.11 +version: 4.0.12 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill