mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Merge branch '5.10' into CURA-12386_G-Code-replacement-fails-with-single-line-code
This commit is contained in:
commit
e810c4becd
1 changed files with 0 additions and 5 deletions
|
@ -613,11 +613,6 @@ class CuraConan(ConanFile):
|
|||
pot.generate()
|
||||
|
||||
def build(self):
|
||||
if self.settings.os == "Windows" and not self.conf.get("tools.microsoft.bash:path", check_type=str):
|
||||
self.output.warning(
|
||||
"Skipping generation of binary translation files because Bash could not be found and is required")
|
||||
return
|
||||
|
||||
for po_file in Path(self.source_folder, "resources", "i18n").glob("**/*.po"):
|
||||
mo_file = Path(self.build_folder, po_file.with_suffix('.mo').relative_to(self.source_folder))
|
||||
mo_file = mo_file.parent.joinpath("LC_MESSAGES", mo_file.name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue