qilinguist.project - Translation projects¶
QiBuild
-
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
¶ Po Path
-
potfiles_in
¶ PotFiles In
-
get_sources
()¶ Parse po/POTFILES.in and return a list of filenames relative to self.path
-
update
()¶ Update
-
release
(raises=True, build_config=None)¶ Release
-