diff --git a/CHANGELOG.md b/CHANGELOG.md index de89dec6..2d5ce232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# [3.9.8] +* Added Urdu translation. + # [3.9.7] * Fix for clicking on the Link button without any text on a new line crashes. diff --git a/lib/src/translations/toolbar.i18n.dart b/lib/src/translations/toolbar.i18n.dart index a328cf20..06f76ff5 100644 --- a/lib/src/translations/toolbar.i18n.dart +++ b/lib/src/translations/toolbar.i18n.dart @@ -308,7 +308,7 @@ extension Localization on String { 'Width': 'Width', 'Height': 'Height', }, - 'ur': { + 'ur': { 'Paste a link': 'لنک پیسٹ کریں', 'Ok': 'ٹھیک ہے', 'Select Color': 'رنگ منتخب کریں', diff --git a/pubspec.yaml b/pubspec.yaml index dec7e3f1..5526ddd0 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: 3.9.7 +version: 3.9.8 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill