Part of lp.translations.browser
IDistroSeries
.Class | DistroSeriesTranslationsAdminView | Undocumented |
Class | DistroSeriesLanguagePackView | Browser view to manage used language packs. |
Class | DistroSeriesTemplatesView | Show a list of all templates for the DistroSeries. |
Class | DistroSeriesView | No class docstring; 6/9 methods documented |
Class | DistroSeriesTranslationsMenu | Undocumented |
Function | check_distroseries_translations_viewable | Check that these distribution series translations are visible. |
Launchpad admins, Translations admins, and users with admin
rights on the IDistroSeries
are always allowed.
Checks the hide_all_translations
flag. If it is set, these
translations are not to be shown to the public. In that case an
appropriate message is composed based on the series' status
,
and a TranslationUnavailable
exception is raised.
Returns | Returns normally if this series' translations are viewable to the current user. | |
Raises | TranslationUnavailable | if this series' translations are hidden and the user is not one of the limited caste that is allowed to access them. |