Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

body.terraformstate seems to be changed to english #2452

Closed
Transcan opened this issue Dec 22, 2022 · 0 comments
Closed

body.terraformstate seems to be changed to english #2452

Transcan opened this issue Dec 22, 2022 · 0 comments

Comments

@Transcan
Copy link
Contributor

What's Wrong

In the latest beta (b4 confirmed, maybe broken in older betas, didn't noticed untill now) body.terraformstate returns the state in english, instead in the selected language.

Expected

In previous releases body.terraformstate returns the value translated into the language selected in EDDI

Observed

This piece of code from body report script now fails because the comparison uses the spanish translation.

    {if reportTerraformState && reportbody.terraformstate != "No terraformable": 
		{set report to cat(report, [reportbody.terraformstate])}
    }

Also, the report variable now stores the words in english, instead of spanish like before.

Configuration

  • Version 4.0.2_b4
  • Localization: Spanish
    • EDDI's language: Spanish
@Tkael Tkael closed this as completed in 695c04c Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant