GTFO_TheArchive icon indicating copy to clipboard operation
GTFO_TheArchive copied to clipboard

Localization and FeatureGroup Enhancement

Open Tuesday1028 opened this issue 1 year ago • 5 comments

It seems to be working well, but it still needs a comprehensive test.


Ability to generate and load translation files for feature names, descriptions and settings. [OK]

Translation files would contain a dictionary of identifiers which map to strings containing the translated text. [OK]

should be automatically generated based on settings property names

  • Feature.Name [OK]
  • Feature.Description [OK]
  • BoolSetting [OK]
  • ButtonSetting [OK]
  • ColorSetting [OK]
  • EnumSetting [OK]
  • EnumListSetting [OK]
  • LabelSetting [OK]
  • etc [OK]

hot swappable, re-generate settings menu to switch language [OK]

automatically applied to mod settings menu by changing the translation files [OK]

Tuesday1028 avatar Dec 27 '23 10:12 Tuesday1028