mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Ingnore humanized
This commit is contained in:
parent
0ed296adc6
commit
f7a4c9505f
@ -44,6 +44,7 @@ def main():
|
|||||||
if (
|
if (
|
||||||
"_incomplete" not in file
|
"_incomplete" not in file
|
||||||
and file != "en_EN.json"
|
and file != "en_EN.json"
|
||||||
|
and file != "humanized_index.json"
|
||||||
and file.endswith(".json")
|
and file.endswith(".json")
|
||||||
):
|
):
|
||||||
file_path = os.path.join(root, file)
|
file_path = os.path.join(root, file)
|
||||||
|
Loading…
Reference in New Issue
Block a user