Part of lp.translations.browser.sourcepackage View In Hierarchy
| Method | is_sharing | Undocumented |
| Method | can_edit_sharing_details | Undocumented |
| Method | initialize | Undocumented |
| Method | branch_link | Undocumented |
| Method | makeConfigCompleteCSS | Undocumented |
| Method | configuration_complete_class | Undocumented |
| Method | configuration_incomplete_class | Undocumented |
| Method | packaging_incomplete_class | Undocumented |
| Method | packaging_complete_class | Undocumented |
| Method | branch_incomplete_class | Undocumented |
| Method | branch_complete_class | Undocumented |
| Method | translations_disabled_class | Undocumented |
| Method | translations_enabled_class | Undocumented |
| Method | upstream_sync_disabled_class | Undocumented |
| Method | upstream_sync_enabled_class | Undocumented |
| Method | is_packaging_configured | Is a packaging link defined for this branch? |
| Method | no_item_class | CSS class for 'no' items. |
| Method | upstream_branch | Undocumented |
| Method | product | Undocumented |
| Method | has_upstream_branch | Does the upstream series have a source code branch? |
| Method | is_upstream_translations_enabled | Are Launchpad translations enabled for the upstream series? |
| Method | is_upstream_synchronization_enabled | Is automatic synchronization of upstream translations enabled? |
| Method | is_configuration_complete | Is anything missing in the set up for translation sharing? |
| Method | is_merge_job_running | Is a merge job running for this source package? |
| Method | template_info | Details about translation templates. |
| Method | icon_link | The HTML link to a configuration page. |
| Method | set_packaging_link | The HTML link to define a new packaging link. |
| Method | change_packaging_link | The HTML link to change an existing packaging link. |
| Method | remove_packaging_link | The HTML link to delete an existing packaging link |
| Method | edit_branch_link | The HTML link to define or edit a product series branch. |
| Method | new_branch_link | The HTML link to define a product series branch. |
| Method | change_branch_link | The HTML link to change a product series branch. |
| Method | getConfigureTranslationsLink | The HTML link to the product translation configuration page. |
| Method | configure_translations_link_unconfigured | The HTML link to the product translation configuration page. |
| Method | configure_translations_link_configured | The HTML link to the product translation configuration page. |
| Method | getTranslationSynchronisationLink | The HTML link to the series translation synchronisation page. |
| Method | translation_sync_link_unconfigured | The HTML link to the series translation synchronisation page. |
| Method | translation_sync_link_configured | The HTML link to the series translation synchronisation page. |
Details about translation templates.
:return: A list of dictionaries containing details about each
template. Each dictionary contains:
'name': The name of the template
'package_template': The package template (may be None)
'upstream_template': The corresponding upstream template
(may be None)
'status': one of the string 'linking', 'shared',
'only in Ubuntu', 'only in upstream'
If a product is linked to the source package and if the current user has the permission to define the branch, a real link is returned, otherwise a hidden dummy link is returned.
Variant for the status "not configured"
Variant for the status "configured"