chore: update to icu 2.0

Reduces binary size by about 25 MB.
This commit is contained in:
Vukašin Vojinović 2025-09-15 23:44:45 +02:00
parent f6e464ee61
commit d2b13f987d
4 changed files with 327 additions and 467 deletions

View file

@ -91,7 +91,7 @@ impl Ord for ProjectNode {
}
}
}
crate::localize::sorter().compare(self.name(), other.name())
crate::localize::LANGUAGE_SORTER.compare(self.name(), other.name())
}
}