Translation update: move Path to CAM

This commit is contained in:
Chris Hennes
2024-03-25 17:32:59 -05:00
parent 380d452adb
commit 47df83c4db
60 changed files with 4446 additions and 4150 deletions

View File

@@ -194,6 +194,17 @@ excluded_files = [
("CAM", "refactored_test_post.py"), # lupdate bug causes failure on lines 42 and 179
]
# HTML entities that lextract creates and we want to "un-create" (because CrowdIn just displays them as plain text,
# and does not display the entities as their resulting character, so translators see """ instead of a quote).
html_entities = [
"'",
""",
]
workbenches_for_html_cleanup = [
"CAM",
]
QMAKE = ""
LUPDATE = ""
PYLUPDATE = ""