Add option to add built-in strings in the POT generation

This commit is contained in:
Michael Alexsander
2023-12-15 20:56:06 -03:00
parent df78c0636d
commit d70c45b5c8
23 changed files with 333 additions and 151 deletions

View File

@ -140,5 +140,9 @@ def make_doc_translations_header(target, source, env):
make_translations_header(target, source, env, "doc")
def make_extractable_translations_header(target, source, env):
make_translations_header(target, source, env, "extractable")
if __name__ == "__main__":
subprocess_main(globals())