finished tracking. But not tested enough yet
time
This commit is contained in:
@@ -1066,6 +1066,18 @@ abstract class AppLocalizations {
|
||||
/// In en, this message translates to:
|
||||
/// **'The tracking service is running in the background'**
|
||||
String get trackingRunningInBackground;
|
||||
|
||||
/// No description provided for @needsAlwaysLocation.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'This app needs the location permission set to always'**
|
||||
String get needsAlwaysLocation;
|
||||
|
||||
/// No description provided for @deleteWholeRouteBody.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Do you really want to delete the existing route?'**
|
||||
String get deleteWholeRouteBody;
|
||||
}
|
||||
|
||||
class _AppLocalizationsDelegate extends LocalizationsDelegate<AppLocalizations> {
|
||||
|
||||
Reference in New Issue
Block a user