input check on distance traveled and track conditions
This commit is contained in:
@@ -1072,6 +1072,18 @@ abstract class AppLocalizations {
|
||||
/// In en, this message translates to:
|
||||
/// **'Do you really want to delete the existing route?'**
|
||||
String get deleteWholeRouteBody;
|
||||
|
||||
/// No description provided for @oder.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'or'**
|
||||
String get oder;
|
||||
|
||||
/// No description provided for @bedingungenGroesserAlsStrecke.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Sum of the track conditions is bigger then sum of the distance traveled'**
|
||||
String get bedingungenGroesserAlsStrecke;
|
||||
}
|
||||
|
||||
class _AppLocalizationsDelegate extends LocalizationsDelegate<AppLocalizations> {
|
||||
|
||||
Reference in New Issue
Block a user