qilinguist.project - Translation projects¶
-
class
qilinguist.project.
LinguistProject
(name, path, domain=None, linguas=None)¶ ” A LinguistProject has a name, a domain name, and a list of linguas. Daughter classes should implement the release() and update() methods
-
po_path
¶
-
potfiles_in
¶
-
get_sources
()¶ Parse po/POTFILES.in and return a list of filenames relative to self.path
-
update
()¶
-
release
(raises=True)¶
-