diff --git a/README.md b/README.md index 98decb9b..21d63010 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 18 locales: +Currently, translations are available for these 19 locales: * `Locale('en')` * `Locale('ar')` * `Locale('de')` @@ -135,6 +135,7 @@ Currently, translations are available for these 18 locales: * `Locale('id')` * `Locale('no')` * `Locale('fa')` +* `Locale('hi')` ### 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! diff --git a/example/linux/flutter/generated_plugin_registrant.cc b/example/linux/flutter/generated_plugin_registrant.cc index 026851fa..f6f23bfe 100644 --- a/example/linux/flutter/generated_plugin_registrant.cc +++ b/example/linux/flutter/generated_plugin_registrant.cc @@ -2,6 +2,8 @@ // Generated file. Do not edit. // +// clang-format off + #include "generated_plugin_registrant.h" #include diff --git a/example/linux/flutter/generated_plugin_registrant.h b/example/linux/flutter/generated_plugin_registrant.h index 9bf74789..e0f0a47b 100644 --- a/example/linux/flutter/generated_plugin_registrant.h +++ b/example/linux/flutter/generated_plugin_registrant.h @@ -2,6 +2,8 @@ // Generated file. Do not edit. // +// clang-format off + #ifndef GENERATED_PLUGIN_REGISTRANT_ #define GENERATED_PLUGIN_REGISTRANT_ diff --git a/example/macos/Flutter/GeneratedPluginRegistrant.swift b/example/macos/Flutter/GeneratedPluginRegistrant.swift index 4618f386..49dbe0da 100644 --- a/example/macos/Flutter/GeneratedPluginRegistrant.swift +++ b/example/macos/Flutter/GeneratedPluginRegistrant.swift @@ -5,10 +5,12 @@ import FlutterMacOS import Foundation +import device_info_plus_macos import path_provider_macos import url_launcher_macos func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { + DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin")) PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin")) UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin")) } diff --git a/example/pubspec.yaml b/example/pubspec.yaml index e0ec2585..4cd5c9b4 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -23,14 +23,14 @@ environment: dependencies: flutter: sdk: flutter - universal_html: ^2.0.7 + universal_html: ^2.0.8 # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^1.0.2 - path_provider: ^2.0.1 - filesystem_picker: ^2.0.0-nullsafety.0 - file_picker: ^3.0.2+2 + cupertino_icons: ^1.0.4 + path_provider: ^2.0.9 + filesystem_picker: ^2.0.0 + file_picker: ^4.5.1 flutter_quill: path: ../ diff --git a/lib/src/translations/toolbar.i18n.dart b/lib/src/translations/toolbar.i18n.dart index a54869cb..36fb7905 100644 --- a/lib/src/translations/toolbar.i18n.dart +++ b/lib/src/translations/toolbar.i18n.dart @@ -388,6 +388,26 @@ extension Localization on String { 'Width': 'عرض', 'Height': 'طول', }, + 'hi': { + 'Paste a link': 'लिंक पेस्ट करें', + 'Ok': 'ठीक है', + 'Select Color': 'रंग चुनें', + 'Gallery': 'गैलरी', + 'Link': 'लिंक', + 'Please first select some text to transform into a link.': + 'लिंक में बदलने के लिए कृपया पहले कुछ शब्द चुनें।', + 'Open': 'खोलें', + 'Copy': 'कॉपी करें', + 'Remove': 'हटाएं', + 'Save': 'सुरक्षित करें', + 'Zoom': 'बड़ा करें', + 'Saved': 'सुरक्षित कर दिया गया है', + 'Text': 'शब्द', + 'What is entered is not a link': 'जो लिखा गया है वह लिंक नहीं है', + 'Resize': 'आकार बदलें', + 'Width': 'चौड़ाई', + 'Height': 'ऊंचाई', + }, }; String get i18n => localize(this, _t); diff --git a/pubspec.yaml b/pubspec.yaml index 6202f493..136a8abd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,21 +14,21 @@ dependencies: sdk: flutter collection: ^1.15.0 flutter_colorpicker: ^1.0.3 - flutter_keyboard_visibility: ^5.0.0 - image_picker: ^0.8.2 + flutter_keyboard_visibility: ^5.2.0 + image_picker: ^0.8.5 photo_view: ^0.13.0 - quiver: ^3.0.0 + quiver: ^3.1.0 string_validator: ^0.3.0 tuple: ^2.0.0 url_launcher: ^6.1.0 - pedantic: ^1.11.0 - video_player: ^2.1.10 - characters: ^1.1.0 + pedantic: ^1.11.1 + video_player: ^2.4.0 + characters: ^1.2.0 youtube_player_flutter: ^8.0.0 diff_match_patch: ^0.4.1 - i18n_extension: ^4.2.0 + i18n_extension: ^4.2.1 gallery_saver: ^2.3.2 - device_info_plus: ^3.2.1 + device_info_plus: ^3.2.3 dev_dependencies: flutter_test: