Hotfix: Pixel Overflow
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
"no_name_message": "Jeder Spieler muss einen Namen haben.",
|
"no_name_message": "Jeder Spieler muss einen Namen haben.",
|
||||||
|
|
||||||
"select_game_mode": "Spielmodus auswählen",
|
"select_game_mode": "Spielmodus auswählen",
|
||||||
"no_mode_selected": "Kein Modus ausgewählt",
|
"no_mode_selected": "Kein Modus",
|
||||||
"no_default_mode": "Kein Standard-Modus",
|
"no_default_mode": "Kein Standard-Modus",
|
||||||
"no_default_description": "Der Standard-Modus wird zurückgesetzt.",
|
"no_default_description": "Der Standard-Modus wird zurückgesetzt.",
|
||||||
"point_limit_description": "Es wird so lange gespielt, bis ein:e Spieler:in mehr als {pointLimit} Punkte erreicht",
|
"point_limit_description": "Es wird so lange gespielt, bis ein:e Spieler:in mehr als {pointLimit} Punkte erreicht",
|
||||||
|
|||||||
@@ -377,7 +377,7 @@ abstract class AppLocalizations {
|
|||||||
/// No description provided for @no_mode_selected.
|
/// No description provided for @no_mode_selected.
|
||||||
///
|
///
|
||||||
/// In de, this message translates to:
|
/// In de, this message translates to:
|
||||||
/// **'Kein Modus ausgewählt'**
|
/// **'Kein Modus'**
|
||||||
String get no_mode_selected;
|
String get no_mode_selected;
|
||||||
|
|
||||||
/// No description provided for @no_default_mode.
|
/// No description provided for @no_default_mode.
|
||||||
|
|||||||
@@ -155,7 +155,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||||||
String get select_game_mode => 'Spielmodus auswählen';
|
String get select_game_mode => 'Spielmodus auswählen';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get no_mode_selected => 'Kein Modus ausgewählt';
|
String get no_mode_selected => 'Kein Modus';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get no_default_mode => 'Kein Standard-Modus';
|
String get no_default_mode => 'Kein Standard-Modus';
|
||||||
|
|||||||
@@ -98,7 +98,7 @@ class _SettingsViewState extends State<SettingsView> {
|
|||||||
? '${ConfigService.pointLimit} ${AppLocalizations.of(context).points}'
|
? '${ConfigService.pointLimit} ${AppLocalizations.of(context).points}'
|
||||||
: AppLocalizations.of(context).unlimited),
|
: AppLocalizations.of(context).unlimited),
|
||||||
),
|
),
|
||||||
const SizedBox(width: 10),
|
const SizedBox(width: 5),
|
||||||
const CupertinoListTileChevron()
|
const CupertinoListTileChevron()
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -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.5.0+540
|
version: 0.5.0+542
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.5.4
|
sdk: ^3.5.4
|
||||||
|
|||||||
Reference in New Issue
Block a user