mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-10 07:28:30 -04:00
qs: integrate with dank-qml-common
This commit is contained in:
@@ -56,6 +56,8 @@ def extract_qstr_strings(root_dir):
|
||||
(re.compile(r"I18n\.tr\(\s*'((?:\\.|[^'\\])*)'\s*\)"), "'")
|
||||
]
|
||||
|
||||
# DankCommon terms are owned by the dank-qml-common repo (synced through
|
||||
# the DMS POEditor project); rglob not following the symlink is load-bearing.
|
||||
for qml_file in Path(root_dir).rglob('*.qml'):
|
||||
relative_path = qml_file.relative_to(root_dir)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user