Translation update: move Path to CAM
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user