Improve path settings, add icons

This commit is contained in:
Christoph Hagen
2025-12-20 12:06:59 +01:00
parent 9848de02cb
commit 07ba77e337
15 changed files with 126 additions and 21 deletions

View File

@@ -33,6 +33,12 @@ extension ContentLanguage: Comparable {
}
}
extension ContentLanguage: CustomStringConvertible {
var description: String {
rawValue
}
}
extension ContentLanguage {