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
Document various objects that allow users to obtain invariant names
Document the possible values of localized and invariant names
Syntax highlighting should include and distinguish object properties
How it can happen
Rewrite code to generate Variables.md dynamically. Either it will need to be generated via GeneratorTests.cs and will need to include all possible localizations of all possible values or it will need to be generated at point of use (in ScriptResolver.cs?) to report values for a specific culture (in which case Variables.md on the wiki would be limited to including just the English names?)
This part is easily done if generated dynamically via MetaVariables.cs
This part is easily done if generated dynamically via MetaVariables.cs
Probably best done by modifying MetaVariables.cs to iterate through objects inheriting from ResourceBasedLocalizedEDName<T>, obtain each basename property, and obtaining localized values from those basename properties.
Could perhaps be done using MetaVariables.cs
EDDI Version
4.0.1
The text was updated successfully, but these errors were encountered:
What happens now
What I'd like to happen
How it can happen
ResourceBasedLocalizedEDName<T>
, obtain eachbasename
property, and obtaining localized values from thosebasename
properties.EDDI Version
4.0.1
The text was updated successfully, but these errors were encountered: