mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
No fuzzy matching again
Contribute to CURA-10208
This commit is contained in:
parent
92bd9a8c13
commit
207d111915
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ class CuraConan(ConanFile):
|
||||||
pot_file = self.source_path.joinpath("resources", "i18n", po_file.with_suffix('.pot').name)
|
pot_file = self.source_path.joinpath("resources", "i18n", po_file.with_suffix('.pot').name)
|
||||||
mkdir(self, str(unix_path(self, pot_file.parent)))
|
mkdir(self, str(unix_path(self, pot_file.parent)))
|
||||||
self.run(
|
self.run(
|
||||||
f"{cpp_info.bindirs[0]}/msgmerge --no-wrap --sort-by-file -o {po_file} {po_file} {pot_file}",
|
f"{cpp_info.bindirs[0]}/msgmerge --no-wrap --no-fuzzy-matching --sort-by-file -o {po_file} {po_file} {pot_file}",
|
||||||
env="conanbuild", ignore_errors=True)
|
env="conanbuild", ignore_errors=True)
|
||||||
|
|
||||||
def build(self):
|
def build(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue