Aura-Operating-System
Aura-Operating-System copied to clipboard
[Improvements] Settings and language management
Adds an ISettings interface and Json, XML, and Conf wrappers. The Json wrapper uses Newtonsoft.Json, so that will be required to be pulled in from nuget. Also adds a Lang class to load file which can contain translations, Also updated the Kernel to have the language manager as a global variable and added the languages that appear to be supported.
Thanks @xaoseric I will review it soon
This pull request is good but is blocked due to missing plugs when using Newtonsoft.Json library.