Merge pull request #16829 from Ultimaker/CURA-10994_translations_v5p5

[CURA-10994] Translations for 5.5.x
This commit is contained in:
Casper Lamboo 2023-10-11 10:33:50 +02:00 committed by GitHub
commit b81e1b8741
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 64075 additions and 71688 deletions

View file

@ -398,10 +398,10 @@ class CuraConan(ConanFile):
vb = VirtualBuildEnv(self)
vb.generate()
# FIXME: once m4, autoconf, automake are Conan V2 ready use self.win_bash and add gettext as base tool_requirement
cpp_info = self.dependencies["gettext"].cpp_info
pot = self.python_requires["translationextractor"].module.ExtractTranslations(self, cpp_info.bindirs[0])
pot.generate()
# # FIXME: once m4, autoconf, automake are Conan V2 ready use self.win_bash and add gettext as base tool_requirement
# cpp_info = self.dependencies["gettext"].cpp_info
# pot = self.python_requires["translationextractor"].module.ExtractTranslations(self, cpp_info.bindirs[0])
# pot.generate()
def build(self):
if self.options.devtools: