mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Use updated translation tools
These also take bundled plugin settings into account Contribute to CURA-11300
This commit is contained in:
parent
b7c1022ed1
commit
3811e37c73
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class CuraConan(ConanFile):
|
|||
settings = "os", "compiler", "build_type", "arch"
|
||||
|
||||
# FIXME: Remove specific branch once merged to main
|
||||
python_requires = "translationextractor/[>=2.1.1]@ultimaker/stable"
|
||||
python_requires = "translationextractor/[>=2.2.0]@ultimaker/stable"
|
||||
|
||||
options = {
|
||||
"enterprise": ["True", "False", "true", "false"], # Workaround for GH Action passing boolean as lowercase string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue