added accuracy and distance traveled
This commit is contained in:
@@ -1126,6 +1126,12 @@ abstract class AppLocalizations {
|
||||
/// In en, this message translates to:
|
||||
/// **'Pause Tracking'**
|
||||
String get trackingPause;
|
||||
|
||||
/// Accuracy of GPS position
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Accuracy'**
|
||||
String get accuracy;
|
||||
}
|
||||
|
||||
class _AppLocalizationsDelegate extends LocalizationsDelegate<AppLocalizations> {
|
||||
|
||||
Reference in New Issue
Block a user