From 5fb9f5a2e7bbcde981436c98f19a083f41146ba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Chiotti?= <44336112+maelchiotti@users.noreply.github.com> Date: Sun, 13 Oct 2024 17:38:42 +0200 Subject: [PATCH] fix: remove edits on localization files --- packages/fleather/lib/l10n/fleather_localizations.g.dart | 2 -- packages/fleather/lib/l10n/fleather_localizations_en.g.dart | 2 -- packages/fleather/lib/l10n/fleather_localizations_fa.g.dart | 2 -- packages/fleather/lib/l10n/fleather_localizations_fr.g.dart | 2 -- 4 files changed, 8 deletions(-) diff --git a/packages/fleather/lib/l10n/fleather_localizations.g.dart b/packages/fleather/lib/l10n/fleather_localizations.g.dart index fb4cf913..e6e023cb 100644 --- a/packages/fleather/lib/l10n/fleather_localizations.g.dart +++ b/packages/fleather/lib/l10n/fleather_localizations.g.dart @@ -9,8 +9,6 @@ import 'fleather_localizations_en.g.dart'; import 'fleather_localizations_fa.g.dart'; import 'fleather_localizations_fr.g.dart'; -// ignore_for_file: type=lint - /// Callers can lookup localized strings with an instance of FleatherLocalizations /// returned by `FleatherLocalizations.of(context)`. /// diff --git a/packages/fleather/lib/l10n/fleather_localizations_en.g.dart b/packages/fleather/lib/l10n/fleather_localizations_en.g.dart index f9a2eccb..28938095 100644 --- a/packages/fleather/lib/l10n/fleather_localizations_en.g.dart +++ b/packages/fleather/lib/l10n/fleather_localizations_en.g.dart @@ -1,7 +1,5 @@ import 'fleather_localizations.g.dart'; -// ignore_for_file: type=lint - /// The translations for English (`en`). class FleatherLocalizationsEn extends FleatherLocalizations { FleatherLocalizationsEn([String locale = 'en']) : super(locale); diff --git a/packages/fleather/lib/l10n/fleather_localizations_fa.g.dart b/packages/fleather/lib/l10n/fleather_localizations_fa.g.dart index ac4e56b4..c0c739d8 100644 --- a/packages/fleather/lib/l10n/fleather_localizations_fa.g.dart +++ b/packages/fleather/lib/l10n/fleather_localizations_fa.g.dart @@ -1,7 +1,5 @@ import 'fleather_localizations.g.dart'; -// ignore_for_file: type=lint - /// The translations for Persian (`fa`). class FleatherLocalizationsFa extends FleatherLocalizations { FleatherLocalizationsFa([String locale = 'fa']) : super(locale); diff --git a/packages/fleather/lib/l10n/fleather_localizations_fr.g.dart b/packages/fleather/lib/l10n/fleather_localizations_fr.g.dart index e2e3fe0c..6d21f012 100644 --- a/packages/fleather/lib/l10n/fleather_localizations_fr.g.dart +++ b/packages/fleather/lib/l10n/fleather_localizations_fr.g.dart @@ -1,7 +1,5 @@ import 'fleather_localizations.g.dart'; -// ignore_for_file: type=lint - /// The translations for French (`fr`). class FleatherLocalizationsFr extends FleatherLocalizations { FleatherLocalizationsFr([String locale = 'fr']) : super(locale);