fix option naming

should be `enable_i18n`

Contributes to CURA-10831
This commit is contained in:
Jelle Spijker 2023-11-12 11:08:09 +01:00
parent 1216674728
commit 39e505371e
No known key found for this signature in database
GPG key ID: 034D1C0527888B65

View file

@ -497,7 +497,7 @@ echo "CURA_APP_NAME={{ cura_app_name }}" >> ${{ env_prefix }}GITHUB_ENV
del self.info.options.cloud_api_version
del self.info.options.display_name
del self.info.options.cura_debug_mode
self.options.rm_safe("i18n")
self.options.rm_safe("enable_i18n")
# TODO: Use the hash of requirements.txt and requirements-ultimaker.txt, Because changing these will actually result in a different
# Cura. This is needed because the requirements.txt aren't managed by Conan and therefor not resolved in the package_id. This isn't