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