l.t.b.p.POFileMetadataViewMixin : class documentation

Part of lp.translations.browser.pofile View In Hierarchy

Known subclasses: lp.translations.browser.pofile.POFileTranslateView

POFile metadata that multiple views can use.
Method translation_group Is there a translation group for this translation?
Method translator_entry The translator entry or None if none is assigned.
Method translator Who is assigned for translations to this language?
Method user_is_new_translator Is this user someone who has done no translation work yet?
Method translation_group_guide URL to translation group's translation guide, if any.
Method translation_team_guide URL to translation team's translation guide, if any.
Method has_any_documentation Return whether there is any documentation for this POFile.
Method introduction_link Link to introductory documentation, if appropriate.
Method guide_links Links to translation group/team guidelines, if available.
Method documentation_link_bubble Reference to documentation, if appropriate.
@cachedproperty
def translation_group(self):
Is there a translation group for this translation?
ReturnsTranslationGroup or None if not found.
@cachedproperty
def translator_entry(self):
The translator entry or None if none is assigned.
@cachedproperty
def translator(self):
Who is assigned for translations to this language?
@cachedproperty
def user_is_new_translator(self):
Is this user someone who has done no translation work yet?
@cachedproperty
def translation_group_guide(self):
URL to translation group's translation guide, if any.
@cachedproperty
def translation_team_guide(self):
URL to translation team's translation guide, if any.
@cachedproperty
def has_any_documentation(self):
Return whether there is any documentation for this POFile.
@property
def introduction_link(self):
Link to introductory documentation, if appropriate.

If no link is appropriate, returns the empty string.

@property
def guide_links(self):
Links to translation group/team guidelines, if available.

If no guidelines are available, returns the empty string.

@property
def documentation_link_bubble(self):
Reference to documentation, if appropriate.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.