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. /// No description provided for @justifyWinWidth.
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Justify win width'** /// **'Justify'**
String get justifyWinWidth; String get justifyWinWidth;
/// No description provided for @textDirection. /// No description provided for @textDirection.

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

@ -41,7 +41,7 @@
"alignLeft": "Align left", "alignLeft": "Align left",
"alignCenter": "Align center", "alignCenter": "Align center",
"alignRight": "Align right", "alignRight": "Align right",
"justifyWinWidth": "Justify win width", "justifyWinWidth": "Justify",
"textDirection": "Text direction", "textDirection": "Text direction",
"headerStyle": "Header style", "headerStyle": "Header style",
"normal": "Normal", "normal": "Normal",

@ -41,7 +41,7 @@
"alignLeft": "Align left", "alignLeft": "Align left",
"alignCenter": "Align center", "alignCenter": "Align center",
"alignRight": "Align right", "alignRight": "Align right",
"justifyWinWidth": "Justify win width", "justifyWinWidth": "Justify",
"textDirection": "Text direction", "textDirection": "Text direction",
"headerStyle": "Header style", "headerStyle": "Header style",
"numberedList": "Numbered list", "numberedList": "Numbered list",

Loading…
Cancel
Save