@ -418,7 +418,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.
@ -128,7 +128,7 @@ class FlutterQuillLocalizationsEn extends FlutterQuillLocalizations {
String get alignRight => 'Align right';
@override
String get justifyWinWidth => 'Justify win width';
String get justifyWinWidth => 'Justify';
String get textDirection => 'Text direction';
@ -420,7 +420,7 @@ class FlutterQuillLocalizationsEnUs extends FlutterQuillLocalizationsEn {
@ -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",
"normal": "Normal",
"numberedList": "Numbered list",