mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Use CCI gettext
Contributes to CURA-10831
This commit is contained in:
parent
0d6b19eba6
commit
50fe469122
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ class CuraConan(ConanFile):
|
|||
|
||||
def build_requirements(self):
|
||||
if self.options.get_safe("enable_i18n", False):
|
||||
self.tool_requires("gettext/0.21@ultimaker/testing", force_host_context = True)
|
||||
self.tool_requires("gettext/0.21", force_host_context = True)
|
||||
|
||||
def layout(self):
|
||||
self.folders.source = "."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue