Part of lp.translations.model
| Function | dictify_translations | Represent translations as a normalized dict. |
| Class | POTMsgSet | No class docstring; 44/46 methods documented |
Represent `translations` as a normalized dict.
:param translations: a dict or sequence of `POTranslation`s or
translation strings per plural form.
:return: a dict mapping each translated plural form to an item in
the original list. Untranslated forms are omitted.