diff --git a/backend/document/domain/resource_lookup.py b/backend/document/domain/resource_lookup.py index a38fc7ea..01796cef 100644 --- a/backend/document/domain/resource_lookup.py +++ b/backend/document/domain/resource_lookup.py @@ -513,7 +513,7 @@ def shared_resource_types( >>> from document.domain import resource_lookup >>> list(resource_lookup.shared_resource_types("en", ["2co"])) - [('ulb-wa', 'Unlocked Literal Bible (ULB)'), ('tn-wa', 'ULB Translation Notes'), ('tq-wa', 'ULB Translation Questions'), ('tw-wa', 'ULB Translation Words'), ('bc-wa', 'Bible Commentary')] + [('ulb-wa', 'Unlocked Literal Bible (ULB)'), ('tn-wa', 'ULB Translation Notes'), ('tn-condensed', 'ULB Condensed Translation Notes'), ('tq-wa', 'ULB Translation Questions'), ('tw-wa', 'ULB Translation Words'), ('bc-wa', 'Bible Commentary')] >>> list(resource_lookup.shared_resource_types("zh", ["2co"])) [('cuv', '新标点和合本 (cuv)'), ('tn', 'Translation Notes (tn)'), ('tq', 'Translation Questions (tq)'), ('tw', 'Translation Words (tw)')] >>> list(resource_lookup.shared_resource_types("pt-br", ["gen"]))