diff --git a/CHANGELOG.md b/CHANGELOG.md index 458a8da3..2c5a11f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# [7.4.11] +- Add sw locale. + # [7.4.10] - Update translations. diff --git a/README.md b/README.md index 3d4e876c..f01c472c 100644 --- a/README.md +++ b/README.md @@ -354,7 +354,7 @@ QuillToolbar(locale: Locale('fr'), ...) QuillEditor(locale: Locale('fr'), ...) ``` -Currently, translations are available for these 30 locales: +Currently, translations are available for these 31 locales: * `Locale('en')` * `Locale('ar')` @@ -385,6 +385,7 @@ Currently, translations are available for these 30 locales: * `Locale('fa')` * `Locale('hi')` * `Locale('sr')` +* `Locale('sw')` * `Locale('ja')` #### Contributing to translations diff --git a/lib/src/translations/toolbar.i18n.dart b/lib/src/translations/toolbar.i18n.dart index a13ce5a5..99d01a29 100644 --- a/lib/src/translations/toolbar.i18n.dart +++ b/lib/src/translations/toolbar.i18n.dart @@ -2105,7 +2105,7 @@ extension Localization on String { 'Saved using the local storage': 'Saved using the local storage', 'Error while saving image': 'Error while saving image', }, - 'sw': { + 'sw': { 'Paste a link': 'Bandika Kiungo', 'Ok': 'Sawa', 'Select Color': 'Chagua Rangi', diff --git a/pubspec.yaml b/pubspec.yaml index 1a3e3dda..9ce76f37 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill description: A rich text editor built for the modern Android, iOS, web and desktop platforms. It is the WYSIWYG editor and a Quill component for Flutter. -version: 7.4.10 +version: 7.4.11 homepage: https://1o24bbs.com/c/bulletjournal/108 repository: https://github.com/singerdmx/flutter-quill