Updated generated files
This commit is contained in:
@@ -416,12 +416,6 @@ abstract class AppLocalizations {
|
|||||||
/// **'Nächste Runde'**
|
/// **'Nächste Runde'**
|
||||||
String get next_round;
|
String get next_round;
|
||||||
|
|
||||||
/// No description provided for @statistics.
|
|
||||||
///
|
|
||||||
/// In de, this message translates to:
|
|
||||||
/// **'Statistiken'**
|
|
||||||
String get statistics;
|
|
||||||
|
|
||||||
/// No description provided for @end_game.
|
/// No description provided for @end_game.
|
||||||
///
|
///
|
||||||
/// In de, this message translates to:
|
/// In de, this message translates to:
|
||||||
|
|||||||
@@ -178,9 +178,6 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get next_round => 'Nächste Runde';
|
String get next_round => 'Nächste Runde';
|
||||||
|
|
||||||
@override
|
|
||||||
String get statistics => 'Statistiken';
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get end_game => 'Spiel beenden';
|
String get end_game => 'Spiel beenden';
|
||||||
|
|
||||||
|
|||||||
@@ -175,9 +175,6 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get next_round => 'Next Round';
|
String get next_round => 'Next Round';
|
||||||
|
|
||||||
@override
|
|
||||||
String get statistics => 'Statistics';
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get end_game => 'End Game';
|
String get end_game => 'End Game';
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ name: cabo_counter
|
|||||||
description: "Mobile app for the card game Cabo"
|
description: "Mobile app for the card game Cabo"
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
|
|
||||||
version: 0.4.4+484
|
version: 0.4.4+485
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.5.4
|
sdk: ^3.5.4
|
||||||
|
|||||||
Reference in New Issue
Block a user