Commit d98b5e94 authored by Michal Čihař's avatar Michal Čihař

Correct inheritance for po file formats

parent f0e8c44f
......@@ -441,7 +441,7 @@ class PoFormat(FileFormat):
register_fileformat(PoFormat)
class PoMonoFormat(FileFormat):
class PoMonoFormat(PoFormat):
name = _('Gettext PO file (monolingual)')
format_id = 'po-mono'
loader = ('po', 'pofile')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment