Skip to content

Commit 3fe073e

Browse files
committed
Skip GUT addon files
1 parent c8f7834 commit 3fe073e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

material_maker/locale/generate_po_template.gd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,8 @@ func _run():
350350
var string_count : int = 0
351351
print("Extracting strings from scenes and scripts")
352352
for f in find_files("res://", [ "gd", "tscn" ]):
353+
if "addons/gut" in f:
354+
continue
353355
match f.get_extension():
354356
"gd":
355357
string_count += ts.extract_strings_from_gd(f)

0 commit comments

Comments
 (0)