fix : location details
This commit is contained in:
@@ -13,14 +13,15 @@ extension XString on String {
|
||||
}
|
||||
|
||||
String get addCountEXT {
|
||||
return '$thisعدد';
|
||||
return '$this قطعه';
|
||||
}
|
||||
|
||||
String get addDayEXT {
|
||||
return '$thisروزه';
|
||||
}
|
||||
|
||||
String get addKgEXT {
|
||||
return '$thisکیلوگرم';
|
||||
return '$this کیلوگرم';
|
||||
}
|
||||
|
||||
DateTime get toDateTime => DateTime.parse(this);
|
||||
|
||||
Reference in New Issue
Block a user