You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
Also, the report variable now stores the words in english, instead of spanish like before.
Configuration
The text was updated successfully, but these errors were encountered: