feat: internationalization #43
@@ -73,7 +73,7 @@ impl Ord for Task {
 | 
				
			|||||||
                .then(ReverseOrdOption::from(
 | 
					                .then(ReverseOrdOption::from(
 | 
				
			||||||
                    &self_time.as_ref().map(|calendar_time| calendar_time.time())
 | 
					                    &self_time.as_ref().map(|calendar_time| calendar_time.time())
 | 
				
			||||||
                ).cmp(&ReverseOrdOption::from(
 | 
					                ).cmp(&ReverseOrdOption::from(
 | 
				
			||||||
                        &other_time.as_ref().map(|calendar_time| calendar_time.time())
 | 
					                    &other_time.as_ref().map(|calendar_time| calendar_time.time())
 | 
				
			||||||
                )))
 | 
					                )))
 | 
				
			||||||
                .then(ReverseOrdOption::from(&self.deadline()).cmp(
 | 
					                .then(ReverseOrdOption::from(&self.deadline()).cmp(
 | 
				
			||||||
                    &ReverseOrdOption::from(&other.deadline())
 | 
					                    &ReverseOrdOption::from(&other.deadline())
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user