Skip to content
Snippets Groups Projects
Commit f6dacb3a authored by inso's avatar inso
Browse files

Merge branch 'translations' into dev0112

parents 1671026f 17c8e6f2
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -212,7 +212,7 @@
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>Communities membership</string>
<string>Communities</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
......
......@@ -44,6 +44,10 @@ def generate_pro():
pro_file = generate_pro()
try:
subprocess.call(["pylupdate5", pro_file])
if "-noobsolete" in sys.argv:
print("Removing obsolete strings...")
subprocess.call(["pylupdate5", "-noobsolete", pro_file])
else:
subprocess.call(["pylupdate5", pro_file])
finally:
os.remove(pro_file)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment