From 5e8675fe2a0aff86873c0e29f739c4a8cf4a5c44 Mon Sep 17 00:00:00 2001 From: AtlasAutocode Date: Fri, 7 Jun 2024 17:39:24 -0600 Subject: [PATCH] Translation Justify --- lib/src/l10n/generated/quill_localizations.dart | 2 +- lib/src/l10n/quill_en_US.arb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/l10n/generated/quill_localizations.dart b/lib/src/l10n/generated/quill_localizations.dart index 19da68fc..f1ffdcde 100644 --- a/lib/src/l10n/generated/quill_localizations.dart +++ b/lib/src/l10n/generated/quill_localizations.dart @@ -426,7 +426,7 @@ abstract class FlutterQuillLocalizations { /// No description provided for @justifyWinWidth. /// /// In en, this message translates to: - /// **'Justify win width'** + /// **'Justify'** String get justifyWinWidth; /// No description provided for @textDirection. diff --git a/lib/src/l10n/quill_en_US.arb b/lib/src/l10n/quill_en_US.arb index 3aad4fdb..2f32696b 100644 --- a/lib/src/l10n/quill_en_US.arb +++ b/lib/src/l10n/quill_en_US.arb @@ -41,7 +41,7 @@ "alignLeft": "Align left", "alignCenter": "Align center", "alignRight": "Align right", - "justifyWinWidth": "Justify win width", + "justifyWinWidth": "Justify", "textDirection": "Text direction", "headerStyle": "Header style", "numberedList": "Numbered list",