mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 14:02:27 +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()
|
branches_dir = get_branches_directory()
|
||||||
|
|
||||||
bpy.ops.ui.i18n_addon_translation_export(
|
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
|
# NOTE: we use I18n branches directory
|
||||||
|
|||||||
Reference in New Issue
Block a user