mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
generate pot file too converting translations.py
This commit is contained in:
@@ -256,7 +256,7 @@ class ConvertTranslationsToPo(bpy.types.Operator):
|
||||
branches_dir = get_branches_directory()
|
||||
|
||||
bpy.ops.ui.i18n_addon_translation_export(
|
||||
module_name=ADDON_NAME, directory=temp_po_dir.name, use_export_pot=False
|
||||
module_name=ADDON_NAME, directory=temp_po_dir.name, use_export_pot=True
|
||||
)
|
||||
|
||||
# NOTE: we use I18n branches directory
|
||||
|
||||
Reference in New Issue
Block a user