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. |
| Returns | TranslationGroup or None if not found. | |
If no link is appropriate, returns the empty string.