Skip to content

Commit d3558ab

Browse files
committed
Build binary translation messages on Windows on any shell
This is an attempt to see what actually happens, and may have to be reverted
1 parent 5de6145 commit d3558ab

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

conanfile.py

-5
Original file line numberDiff line numberDiff line change
@@ -613,11 +613,6 @@ def generate(self):
613613
pot.generate()
614614

615615
def build(self):
616-
if self.settings.os == "Windows" and not self.conf.get("tools.microsoft.bash:path", check_type=str):
617-
self.output.warning(
618-
"Skipping generation of binary translation files because Bash could not be found and is required")
619-
return
620-
621616
for po_file in Path(self.source_folder, "resources", "i18n").glob("**/*.po"):
622617
mo_file = Path(self.build_folder, po_file.with_suffix('.mo').relative_to(self.source_folder))
623618
mo_file = mo_file.parent.joinpath("LC_MESSAGES", mo_file.name)

0 commit comments

Comments
 (0)