From fe2dd06213dc6be463c2e1679443f5264c86275b Mon Sep 17 00:00:00 2001 From: otsmr Date: Sat, 16 May 2026 18:24:28 +0200 Subject: [PATCH] fix strings --- .../generated/app_localizations.dart | 18 ------------------ .../generated/app_localizations_de.dart | 11 ----------- .../generated/app_localizations_en.dart | 10 ---------- 3 files changed, 39 deletions(-) diff --git a/lib/src/localization/generated/app_localizations.dart b/lib/src/localization/generated/app_localizations.dart index 8d44ddc5..2f23de79 100644 --- a/lib/src/localization/generated/app_localizations.dart +++ b/lib/src/localization/generated/app_localizations.dart @@ -3218,12 +3218,6 @@ abstract class AppLocalizations { /// **'Emoji already used or invalid'** String get errorEmojiUsedOrInvalid; - /// No description provided for @subscriptionPledgeTitle. - /// - /// In en, this message translates to: - /// **'Support independent privacy.'** - String get subscriptionPledgeTitle; - /// No description provided for @subscriptionPledgeSecureTitle. /// /// In en, this message translates to: @@ -3248,18 +3242,6 @@ abstract class AppLocalizations { /// **'twonly will never show advertisements or sell your private data.'** String get subscriptionPledgeNoAdsDesc; - /// No description provided for @subscriptionPledgeFundedTitle. - /// - /// In en, this message translates to: - /// **'Independent and funded by Users'** - String get subscriptionPledgeFundedTitle; - - /// No description provided for @subscriptionPledgeFundedDesc. - /// - /// In en, this message translates to: - /// **'twonly is funded purely by user subscriptions to secure our independence and support the future of twonly.'** - String get subscriptionPledgeFundedDesc; - /// No description provided for @subscriptionPledgeSubtitle. /// /// In en, this message translates to: diff --git a/lib/src/localization/generated/app_localizations_de.dart b/lib/src/localization/generated/app_localizations_de.dart index c4564d4d..98774530 100644 --- a/lib/src/localization/generated/app_localizations_de.dart +++ b/lib/src/localization/generated/app_localizations_de.dart @@ -1813,9 +1813,6 @@ class AppLocalizationsDe extends AppLocalizations { String get errorEmojiUsedOrInvalid => 'Emoji wird bereits verwendet oder ist ungültig'; - @override - String get subscriptionPledgeTitle => 'Unterstütze unabhängigen Datenschutz.'; - @override String get subscriptionPledgeSecureTitle => 'Secure by Design'; @@ -1830,14 +1827,6 @@ class AppLocalizationsDe extends AppLocalizations { String get subscriptionPledgeNoAdsDesc => 'twonly wird niemals Werbung anzeigen oder deine privaten Daten verkaufen.'; - @override - String get subscriptionPledgeFundedTitle => - 'Unabhängig und durch Nutzer finanziert'; - - @override - String get subscriptionPledgeFundedDesc => - 'twonly wird rein durch Nutzer-Abonnements finanziert, um unsere Unabhängigkeit und die Zukunft von twonly zu sichern.'; - @override String get subscriptionPledgeSubtitle => 'Keine Werbung. Volle Privatsphäre.'; } diff --git a/lib/src/localization/generated/app_localizations_en.dart b/lib/src/localization/generated/app_localizations_en.dart index 53c757a2..5235e81a 100644 --- a/lib/src/localization/generated/app_localizations_en.dart +++ b/lib/src/localization/generated/app_localizations_en.dart @@ -1797,9 +1797,6 @@ class AppLocalizationsEn extends AppLocalizations { @override String get errorEmojiUsedOrInvalid => 'Emoji already used or invalid'; - @override - String get subscriptionPledgeTitle => 'Support independent privacy.'; - @override String get subscriptionPledgeSecureTitle => 'Secure by Design'; @@ -1814,13 +1811,6 @@ class AppLocalizationsEn extends AppLocalizations { String get subscriptionPledgeNoAdsDesc => 'twonly will never show advertisements or sell your private data.'; - @override - String get subscriptionPledgeFundedTitle => 'Independent and funded by Users'; - - @override - String get subscriptionPledgeFundedDesc => - 'twonly is funded purely by user subscriptions to secure our independence and support the future of twonly.'; - @override String get subscriptionPledgeSubtitle => 'Zero ads. Total privacy.'; }