Translation Justify

pull/1909/head
AtlasAutocode 11 months ago
parent 00783adf91
commit 129f173146
  1. 2
      lib/src/l10n/generated/quill_localizations.dart
  2. 4
      lib/src/l10n/generated/quill_localizations_en.dart
  3. 2
      lib/src/l10n/quill_en.arb
  4. 2
      lib/src/l10n/quill_en_US.arb

@ -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';
@override
String get textDirection => 'Text direction';
@ -420,7 +420,7 @@ class FlutterQuillLocalizationsEnUs extends FlutterQuillLocalizationsEn {
String get alignRight => 'Align right';
@override
String get justifyWinWidth => 'Justify win width';
String get justifyWinWidth => 'Justify';
@override
String get textDirection => 'Text direction';

@ -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",

@ -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",

Loading…
Cancel
Save