fix: create new pot file instead of adding to existing one
This commit is contained in:
parent
547a6107ce
commit
b23b0633e5
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ def generate_pot(target_app: str | None = None):
|
|||
|
||||
for app in apps:
|
||||
app_path = frappe.get_pymodule_path(app)
|
||||
catalog = get_catalog(app)
|
||||
catalog = new_catalog(app)
|
||||
|
||||
# Each file will only be processed by the first method that matches,
|
||||
# so more specific methods should come first.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue