From 2cc7253626a0d34f1ce153c18a671ea19037b31d Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Tue, 19 Aug 2025 17:56:04 +0200 Subject: [PATCH] Corrected links --- lib/core/constants.dart | 4 +-- lib/l10n/generated/app_localizations.dart | 29 ++++++++------------ lib/l10n/generated/app_localizations_de.dart | 6 +--- lib/l10n/generated/app_localizations_en.dart | 6 +--- pubspec.yaml | 2 +- 5 files changed, 17 insertions(+), 30 deletions(-) diff --git a/lib/core/constants.dart b/lib/core/constants.dart index d29a23b..aa453c2 100644 --- a/lib/core/constants.dart +++ b/lib/core/constants.dart @@ -11,8 +11,8 @@ class Constants { 'https://cabo-counter-wiki.felixkirchner.de'; static const String kEmail = 'cabocounter@felixkirchner.de'; static const String kPrivacyPolicyLink = - 'https://cabo-counter-privacy.felixkirchner.de'; - static const String kImprintLink = 'https://imprint.felixkirchner.de'; + 'https://cabo-counter-datenschutz.felixkirchner.de'; + static const String kImprintLink = 'https://impressum.felixkirchner.de'; static RateMyApp rateMyApp = RateMyApp( appStoreIdentifier: '6747105718', diff --git a/lib/l10n/generated/app_localizations.dart b/lib/l10n/generated/app_localizations.dart index 1539e77..ad31f5a 100644 --- a/lib/l10n/generated/app_localizations.dart +++ b/lib/l10n/generated/app_localizations.dart @@ -63,7 +63,7 @@ import 'app_localizations_en.dart'; /// property. abstract class AppLocalizations { AppLocalizations(String locale) - : localeName = intl.Intl.canonicalizedLocale(locale.toString()); + : localeName = intl.Intl.canonicalizedLocale(locale.toString()); final String localeName; @@ -86,16 +86,16 @@ abstract class AppLocalizations { /// of delegates is preferred or required. static const List> localizationsDelegates = >[ - delegate, - GlobalMaterialLocalizations.delegate, - GlobalCupertinoLocalizations.delegate, - GlobalWidgetsLocalizations.delegate, - ]; + delegate, + GlobalMaterialLocalizations.delegate, + GlobalCupertinoLocalizations.delegate, + GlobalWidgetsLocalizations.delegate, + ]; /// A list of this localizations delegate's supported locales. static const List supportedLocales = [ Locale('de'), - Locale('en'), + Locale('en') ]; /// No description provided for @app_name. @@ -487,11 +487,7 @@ abstract class AppLocalizations { /// In de, this message translates to: /// **'{playerCount, plural, =1{{names} hat exakt das Punktelimit von {pointLimit} Punkten erreicht und bekommt deshalb {bonusPoints} Punkte abgezogen!} other{{names} haben exakt das Punktelimit von {pointLimit} Punkten erreicht und bekommen deshalb jeweils {bonusPoints} Punkte abgezogen!}}'** String bonus_points_message( - int playerCount, - String names, - int pointLimit, - int bonusPoints, - ); + int playerCount, String names, int pointLimit, int bonusPoints); /// No description provided for @end_of_game_title. /// @@ -779,9 +775,8 @@ AppLocalizations lookupAppLocalizations(Locale locale) { } throw FlutterError( - 'AppLocalizations.delegate failed to load unsupported locale "$locale". This is likely ' - 'an issue with the localizations generation tool. Please file an issue ' - 'on GitHub with a reproducible sample app and the gen-l10n configuration ' - 'that was used.', - ); + 'AppLocalizations.delegate failed to load unsupported locale "$locale". This is likely ' + 'an issue with the localizations generation tool. Please file an issue ' + 'on GitHub with a reproducible sample app and the gen-l10n configuration ' + 'that was used.'); } diff --git a/lib/l10n/generated/app_localizations_de.dart b/lib/l10n/generated/app_localizations_de.dart index d1a0a7e..069a214 100644 --- a/lib/l10n/generated/app_localizations_de.dart +++ b/lib/l10n/generated/app_localizations_de.dart @@ -214,11 +214,7 @@ class AppLocalizationsDe extends AppLocalizations { @override String bonus_points_message( - int playerCount, - String names, - int pointLimit, - int bonusPoints, - ) { + int playerCount, String names, int pointLimit, int bonusPoints) { String _temp0 = intl.Intl.pluralLogic( playerCount, locale: localeName, diff --git a/lib/l10n/generated/app_localizations_en.dart b/lib/l10n/generated/app_localizations_en.dart index 2f34bd2..777d979 100644 --- a/lib/l10n/generated/app_localizations_en.dart +++ b/lib/l10n/generated/app_localizations_en.dart @@ -211,11 +211,7 @@ class AppLocalizationsEn extends AppLocalizations { @override String bonus_points_message( - int playerCount, - String names, - int pointLimit, - int bonusPoints, - ) { + int playerCount, String names, int pointLimit, int bonusPoints) { String _temp0 = intl.Intl.pluralLogic( playerCount, locale: localeName, diff --git a/pubspec.yaml b/pubspec.yaml index 3fe9367..d1e8929 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: cabo_counter description: "Mobile app for the card game Cabo" publish_to: 'none' -version: 0.5.8+667 +version: 0.5.8+670 environment: sdk: ^3.5.4