Translation alignJustify

pull/1909/head
AtlasAutocode 10 months ago
parent 129f173146
commit f7d829e8eb
  1. 8
      lib/src/l10n/generated/quill_localizations.dart
  2. 3
      lib/src/l10n/generated/quill_localizations_ar.dart
  3. 3
      lib/src/l10n/generated/quill_localizations_bg.dart
  4. 3
      lib/src/l10n/generated/quill_localizations_bn.dart
  5. 3
      lib/src/l10n/generated/quill_localizations_cs.dart
  6. 3
      lib/src/l10n/generated/quill_localizations_da.dart
  7. 3
      lib/src/l10n/generated/quill_localizations_de.dart
  8. 5
      lib/src/l10n/generated/quill_localizations_en.dart
  9. 3
      lib/src/l10n/generated/quill_localizations_es.dart
  10. 3
      lib/src/l10n/generated/quill_localizations_fa.dart
  11. 3
      lib/src/l10n/generated/quill_localizations_fr.dart
  12. 3
      lib/src/l10n/generated/quill_localizations_he.dart
  13. 3
      lib/src/l10n/generated/quill_localizations_hi.dart
  14. 3
      lib/src/l10n/generated/quill_localizations_id.dart
  15. 3
      lib/src/l10n/generated/quill_localizations_it.dart
  16. 3
      lib/src/l10n/generated/quill_localizations_ja.dart
  17. 3
      lib/src/l10n/generated/quill_localizations_ko.dart
  18. 3
      lib/src/l10n/generated/quill_localizations_ku.dart
  19. 3
      lib/src/l10n/generated/quill_localizations_ms.dart
  20. 3
      lib/src/l10n/generated/quill_localizations_ne.dart
  21. 3
      lib/src/l10n/generated/quill_localizations_nl.dart
  22. 3
      lib/src/l10n/generated/quill_localizations_no.dart
  23. 3
      lib/src/l10n/generated/quill_localizations_pl.dart
  24. 3
      lib/src/l10n/generated/quill_localizations_pt.dart
  25. 3
      lib/src/l10n/generated/quill_localizations_ro.dart
  26. 3
      lib/src/l10n/generated/quill_localizations_ru.dart
  27. 3
      lib/src/l10n/generated/quill_localizations_sk.dart
  28. 3
      lib/src/l10n/generated/quill_localizations_sr.dart
  29. 3
      lib/src/l10n/generated/quill_localizations_sv.dart
  30. 3
      lib/src/l10n/generated/quill_localizations_sw.dart
  31. 3
      lib/src/l10n/generated/quill_localizations_tk.dart
  32. 3
      lib/src/l10n/generated/quill_localizations_tr.dart
  33. 3
      lib/src/l10n/generated/quill_localizations_uk.dart
  34. 3
      lib/src/l10n/generated/quill_localizations_ur.dart
  35. 3
      lib/src/l10n/generated/quill_localizations_vi.dart
  36. 3
      lib/src/l10n/generated/quill_localizations_zh.dart
  37. 6
      lib/src/l10n/quill_en.arb
  38. 40
      lib/src/l10n/untranslated.json
  39. 5
      lib/src/widgets/toolbar/buttons/toggle_style_button.dart
  40. 2
      scripts/ensure_translations_correct.dart

@ -415,10 +415,16 @@ abstract class FlutterQuillLocalizations {
/// **'Align right'** /// **'Align right'**
String get alignRight; String get alignRight;
/// Justify the text over the full window width
///
/// In en, this message translates to:
/// **'Align justify'**
String get alignJustify;
/// No description provided for @justifyWinWidth. /// No description provided for @justifyWinWidth.
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Justify'** /// **'Justify win width'**
String get justifyWinWidth; String get justifyWinWidth;
/// No description provided for @textDirection. /// No description provided for @textDirection.

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsAr extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'محاذاة اليمين'; String get alignRight => 'محاذاة اليمين';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'تبرير مع العرض'; String get justifyWinWidth => 'تبرير مع العرض';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsBg extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'Подравни вдясно'; String get alignRight => 'Подравни вдясно';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'Подравни във всяка колонка'; String get justifyWinWidth => 'Подравни във всяка колонка';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsBn extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'ন সিবদ'; String get alignRight => 'ন সিবদ';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'রসর সযত'; String get justifyWinWidth => 'রসর সযত';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsCs extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'Zarovnat vpravo'; String get alignRight => 'Zarovnat vpravo';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'Zarovnat do bloku'; String get justifyWinWidth => 'Zarovnat do bloku';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsDa extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'Align right'; String get alignRight => 'Align right';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'Justify win width'; String get justifyWinWidth => 'Justify win width';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsDe extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'Rechtsbündig ausrichten'; String get alignRight => 'Rechtsbündig ausrichten';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'Blocksatz'; String get justifyWinWidth => 'Blocksatz';

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

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsEs extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'Alinear a la derecha'; String get alignRight => 'Alinear a la derecha';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'Justificar'; String get justifyWinWidth => 'Justificar';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsFa extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'چیدمان راست'; String get alignRight => 'چیدمان راست';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'تضمین عرض پنجره'; String get justifyWinWidth => 'تضمین عرض پنجره';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsFr extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'Aligner à droite'; String get alignRight => 'Aligner à droite';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'Justifier'; String get justifyWinWidth => 'Justifier';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsHe extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'יישור לימין'; String get alignRight => 'יישור לימין';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'יישור לרוחב החלון'; String get justifyWinWidth => 'יישור לרוחב החלון';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsHi extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'ित कर'; String get alignRight => 'ित कर';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'जसिन च'; String get justifyWinWidth => 'जसिन च';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsId extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'Rata Kanan'; String get alignRight => 'Rata Kanan';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'Rata Kanan dan Kiri'; String get justifyWinWidth => 'Rata Kanan dan Kiri';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsIt extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'Allinea a destra'; String get alignRight => 'Allinea a destra';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'Giustifica per larghezza finestra'; String get justifyWinWidth => 'Giustifica per larghezza finestra';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsJa extends FlutterQuillLocalizations {
@override @override
String get alignRight => '右揃え'; String get alignRight => '右揃え';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => '両端揃え'; String get justifyWinWidth => '両端揃え';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsKo extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'Align right'; String get alignRight => 'Align right';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'Justify win width'; String get justifyWinWidth => 'Justify win width';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsKu extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'بۆ ڕاست'; String get alignRight => 'بۆ ڕاست';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'پانی ڕێکبخە'; String get justifyWinWidth => 'پانی ڕێکبخە';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsMs extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'Align right'; String get alignRight => 'Align right';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'Justify win width'; String get justifyWinWidth => 'Justify win width';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsNe extends FlutterQuillLocalizations {
@override @override
String get alignRight => ' पङिबद'; String get alignRight => ' पङिबद';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'जसिन च'; String get justifyWinWidth => 'जसिन च';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsNl extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'Align right'; String get alignRight => 'Align right';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'Justify win width'; String get justifyWinWidth => 'Justify win width';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsNo extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'Høyrejuster'; String get alignRight => 'Høyrejuster';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'Rettferdiggjør bredden'; String get justifyWinWidth => 'Rettferdiggjør bredden';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsPl extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'Align right'; String get alignRight => 'Align right';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'Justify win width'; String get justifyWinWidth => 'Justify win width';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsPt extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'Align right'; String get alignRight => 'Align right';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'Justify win width'; String get justifyWinWidth => 'Justify win width';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsRo extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'Aliniază la dreapta'; String get alignRight => 'Aliniază la dreapta';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'Justifică lățimea ferestrei'; String get justifyWinWidth => 'Justifică lățimea ferestrei';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsRu extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'Выровнять по правому краю'; String get alignRight => 'Выровнять по правому краю';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'Выровнять по ширине окна'; String get justifyWinWidth => 'Выровнять по ширине окна';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsSk extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'Zarovnať vpravo'; String get alignRight => 'Zarovnať vpravo';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'Zarovnať na šírku okna'; String get justifyWinWidth => 'Zarovnať na šírku okna';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsSr extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'Poravnanje desno'; String get alignRight => 'Poravnanje desno';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'Centriraj širinu prozora'; String get justifyWinWidth => 'Centriraj širinu prozora';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsSv extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'Högerjustera'; String get alignRight => 'Högerjustera';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'Justera till fönsterbredd'; String get justifyWinWidth => 'Justera till fönsterbredd';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsSw extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'Pangilia Kulia'; String get alignRight => 'Pangilia Kulia';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'Kuhalalisha Upana wa Ushindi'; String get justifyWinWidth => 'Kuhalalisha Upana wa Ushindi';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsTk extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'Saga deňleşdir'; String get alignRight => 'Saga deňleşdir';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'Justify win width'; String get justifyWinWidth => 'Justify win width';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsTr extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'Sağa Hizala'; String get alignRight => 'Sağa Hizala';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'Kenarlara Hizala'; String get justifyWinWidth => 'Kenarlara Hizala';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsUk extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'Вирівняти праворуч'; String get alignRight => 'Вирівняти праворуч';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'Вирівняти за шириною вікна'; String get justifyWinWidth => 'Вирівняти за шириною вікна';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsUr extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'دائیں ہم آہنگ ہوں'; String get alignRight => 'دائیں ہم آہنگ ہوں';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'جسٹیفائی ون چوڑائی'; String get justifyWinWidth => 'جسٹیفائی ون چوڑائی';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsVi extends FlutterQuillLocalizations {
@override @override
String get alignRight => 'Căn phải'; String get alignRight => 'Căn phải';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => 'Căn đều chiều rộng'; String get justifyWinWidth => 'Căn đều chiều rộng';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsZh extends FlutterQuillLocalizations {
@override @override
String get alignRight => '右对齐'; String get alignRight => '右对齐';
@override
String get alignJustify => 'Align justify';
@override @override
String get justifyWinWidth => '两端对齐'; String get justifyWinWidth => '两端对齐';

@ -41,7 +41,11 @@
"alignLeft": "Align left", "alignLeft": "Align left",
"alignCenter": "Align center", "alignCenter": "Align center",
"alignRight": "Align right", "alignRight": "Align right",
"justifyWinWidth": "Justify", "alignJustify": "Align justify",
"@alignJustify": {
"description": "Justify the text over the full window width"
},
"justifyWinWidth": "Justify win width",
"textDirection": "Text direction", "textDirection": "Text direction",
"headerStyle": "Header style", "headerStyle": "Header style",
"normal": "Normal", "normal": "Normal",

@ -1,5 +1,6 @@
{ {
"ar": [ "ar": [
"alignJustify",
"theImageHasBeenSavedAt", "theImageHasBeenSavedAt",
"caseSensitive", "caseSensitive",
"wholeWord", "wholeWord",
@ -10,6 +11,7 @@
], ],
"bg": [ "bg": [
"alignJustify",
"normal", "normal",
"heading1", "heading1",
"heading2", "heading2",
@ -33,6 +35,7 @@
], ],
"bn": [ "bn": [
"alignJustify",
"normal", "normal",
"heading1", "heading1",
"heading2", "heading2",
@ -56,6 +59,7 @@
], ],
"cs": [ "cs": [
"alignJustify",
"caseSensitive", "caseSensitive",
"wholeWord", "wholeWord",
"close", "close",
@ -65,6 +69,7 @@
], ],
"da": [ "da": [
"alignJustify",
"normal", "normal",
"heading1", "heading1",
"heading2", "heading2",
@ -88,6 +93,7 @@
], ],
"de": [ "de": [
"alignJustify",
"normal", "normal",
"heading1", "heading1",
"heading2", "heading2",
@ -106,6 +112,7 @@
], ],
"en_US": [ "en_US": [
"alignJustify",
"normal", "normal",
"heading1", "heading1",
"heading2", "heading2",
@ -129,6 +136,7 @@
], ],
"es": [ "es": [
"alignJustify",
"normal", "normal",
"heading1", "heading1",
"heading2", "heading2",
@ -147,6 +155,7 @@
], ],
"fa": [ "fa": [
"alignJustify",
"normal", "normal",
"heading1", "heading1",
"heading2", "heading2",
@ -170,6 +179,7 @@
], ],
"fr": [ "fr": [
"alignJustify",
"theImageHasBeenSavedAt", "theImageHasBeenSavedAt",
"caseSensitive", "caseSensitive",
"wholeWord", "wholeWord",
@ -180,6 +190,7 @@
], ],
"he": [ "he": [
"alignJustify",
"normal", "normal",
"heading1", "heading1",
"heading2", "heading2",
@ -203,6 +214,7 @@
], ],
"hi": [ "hi": [
"alignJustify",
"normal", "normal",
"heading1", "heading1",
"heading2", "heading2",
@ -226,6 +238,7 @@
], ],
"id": [ "id": [
"alignJustify",
"normal", "normal",
"heading1", "heading1",
"heading2", "heading2",
@ -249,6 +262,7 @@
], ],
"it": [ "it": [
"alignJustify",
"normal", "normal",
"heading1", "heading1",
"heading2", "heading2",
@ -272,6 +286,7 @@
], ],
"ja": [ "ja": [
"alignJustify",
"normal", "normal",
"heading1", "heading1",
"heading2", "heading2",
@ -295,6 +310,7 @@
], ],
"ko": [ "ko": [
"alignJustify",
"normal", "normal",
"heading1", "heading1",
"heading2", "heading2",
@ -318,6 +334,7 @@
], ],
"ku": [ "ku": [
"alignJustify",
"theImageHasBeenSavedAt", "theImageHasBeenSavedAt",
"caseSensitive", "caseSensitive",
"wholeWord", "wholeWord",
@ -328,6 +345,7 @@
], ],
"ku_CKB": [ "ku_CKB": [
"alignJustify",
"theImageHasBeenSavedAt", "theImageHasBeenSavedAt",
"caseSensitive", "caseSensitive",
"wholeWord", "wholeWord",
@ -338,6 +356,7 @@
], ],
"ms": [ "ms": [
"alignJustify",
"normal", "normal",
"heading1", "heading1",
"heading2", "heading2",
@ -361,6 +380,7 @@
], ],
"ne": [ "ne": [
"alignJustify",
"caseSensitive", "caseSensitive",
"wholeWord", "wholeWord",
"close", "close",
@ -370,6 +390,7 @@
], ],
"nl": [ "nl": [
"alignJustify",
"normal", "normal",
"heading1", "heading1",
"heading2", "heading2",
@ -393,6 +414,7 @@
], ],
"no": [ "no": [
"alignJustify",
"normal", "normal",
"heading1", "heading1",
"heading2", "heading2",
@ -416,6 +438,7 @@
], ],
"pl": [ "pl": [
"alignJustify",
"normal", "normal",
"heading1", "heading1",
"heading2", "heading2",
@ -439,6 +462,7 @@
], ],
"pt": [ "pt": [
"alignJustify",
"normal", "normal",
"heading1", "heading1",
"heading2", "heading2",
@ -462,6 +486,7 @@
], ],
"pt_BR": [ "pt_BR": [
"alignJustify",
"normal", "normal",
"heading1", "heading1",
"heading2", "heading2",
@ -485,6 +510,7 @@
], ],
"ro": [ "ro": [
"alignJustify",
"theImageHasBeenSavedAt", "theImageHasBeenSavedAt",
"caseSensitive", "caseSensitive",
"wholeWord", "wholeWord",
@ -495,6 +521,7 @@
], ],
"ro_RO": [ "ro_RO": [
"alignJustify",
"theImageHasBeenSavedAt", "theImageHasBeenSavedAt",
"caseSensitive", "caseSensitive",
"wholeWord", "wholeWord",
@ -505,6 +532,7 @@
], ],
"ru": [ "ru": [
"alignJustify",
"normal", "normal",
"heading1", "heading1",
"heading2", "heading2",
@ -523,6 +551,7 @@
], ],
"sk": [ "sk": [
"alignJustify",
"caseSensitive", "caseSensitive",
"wholeWord", "wholeWord",
"close", "close",
@ -532,6 +561,7 @@
], ],
"sr": [ "sr": [
"alignJustify",
"normal", "normal",
"heading1", "heading1",
"heading2", "heading2",
@ -555,6 +585,7 @@
], ],
"sv": [ "sv": [
"alignJustify",
"theImageHasBeenSavedAt", "theImageHasBeenSavedAt",
"caseSensitive", "caseSensitive",
"wholeWord", "wholeWord",
@ -565,6 +596,7 @@
], ],
"sw": [ "sw": [
"alignJustify",
"normal", "normal",
"heading1", "heading1",
"heading2", "heading2",
@ -588,6 +620,7 @@
], ],
"tk": [ "tk": [
"alignJustify",
"normal", "normal",
"heading1", "heading1",
"heading2", "heading2",
@ -611,6 +644,7 @@
], ],
"tr": [ "tr": [
"alignJustify",
"normal", "normal",
"heading1", "heading1",
"heading2", "heading2",
@ -634,6 +668,7 @@
], ],
"uk": [ "uk": [
"alignJustify",
"theImageHasBeenSavedAt", "theImageHasBeenSavedAt",
"caseSensitive", "caseSensitive",
"wholeWord", "wholeWord",
@ -644,6 +679,7 @@
], ],
"ur": [ "ur": [
"alignJustify",
"normal", "normal",
"heading1", "heading1",
"heading2", "heading2",
@ -667,6 +703,7 @@
], ],
"vi": [ "vi": [
"alignJustify",
"normal", "normal",
"heading1", "heading1",
"heading2", "heading2",
@ -690,6 +727,7 @@
], ],
"zh": [ "zh": [
"alignJustify",
"theImageHasBeenSavedAt", "theImageHasBeenSavedAt",
"caseSensitive", "caseSensitive",
"wholeWord", "wholeWord",
@ -700,6 +738,7 @@
], ],
"zh_CN": [ "zh_CN": [
"alignJustify",
"theImageHasBeenSavedAt", "theImageHasBeenSavedAt",
"caseSensitive", "caseSensitive",
"wholeWord", "wholeWord",
@ -710,6 +749,7 @@
], ],
"zh_HK": [ "zh_HK": [
"alignJustify",
"normal", "normal",
"heading1", "heading1",
"heading2", "heading2",

@ -78,10 +78,7 @@ class QuillToolbarToggleStyleButtonState
'left' => (context.loc.alignLeft, Icons.format_align_left), 'left' => (context.loc.alignLeft, Icons.format_align_left),
'right' => (context.loc.alignRight, Icons.format_align_right), 'right' => (context.loc.alignRight, Icons.format_align_right),
'center' => (context.loc.alignCenter, Icons.format_align_center), 'center' => (context.loc.alignCenter, Icons.format_align_center),
'justify' => ( 'justify' => (context.loc.alignJustify, Icons.format_align_justify),
context.loc.justifyWinWidth,
Icons.format_align_justify
),
Object() => throw ArgumentError(widget.attribute.value), Object() => throw ArgumentError(widget.attribute.value),
null => (context.loc.alignCenter, Icons.format_align_center), null => (context.loc.alignCenter, Icons.format_align_center),
}; };

@ -18,7 +18,7 @@ import 'package:yaml/yaml.dart';
// This must be updated once add or remove some translation keys // This must be updated once add or remove some translation keys
// if you update existing keys, no need to update it // if you update existing keys, no need to update it
const _expectedTranslationKeysLength = 96; const _expectedTranslationKeysLength = 98;
Future<void> main(List<String> args) async { Future<void> main(List<String> args) async {
final l10nYamlText = await File('l10n.yaml').readAsString(); final l10nYamlText = await File('l10n.yaml').readAsString();

Loading…
Cancel
Save