feat: internationalization #43

Merged
matous-volf merged 8 commits from feat/internationalization into main 2024-09-10 14:44:47 +00:00
Showing only changes of commit a8d78f63ba - Show all commits

View File

@@ -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())