Show source of missing page links
This commit is contained in:
@ -31,3 +31,10 @@ extension LocalizedItemId: Comparable {
|
||||
return lhs.language < rhs.language
|
||||
}
|
||||
}
|
||||
|
||||
extension LocalizedItemId: CustomStringConvertible {
|
||||
|
||||
var description: String {
|
||||
"\(itemType) (\(language))"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user