Commit 060196018c02a751ac9f87f97cc2d485cf5a9e8c
1 parent
c579e324
Exists in
master
and in
68 other branches
EHN: Translation-related
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/constants.py
... | ... | @@ -281,7 +281,7 @@ RAYCASTING_FILES = {_("Airways"): "Airways.plist", |
281 | 281 | |
282 | 282 | |
283 | 283 | |
284 | -RAYCASTING_TYPES = [filename.split(".")[0] for filename in | |
284 | +RAYCASTING_TYPES = [_(filename.split(".")[0]) for filename in | |
285 | 285 | os.listdir(folder) if |
286 | 286 | os.path.isfile(os.path.join(folder,filename))] |
287 | 287 | ... | ... |