Closed Epikest closed 3 years ago
I am considering the removal of localization. Localization was originally implemented at the insistence of Visual Studio (the editor recommended moving certain hard-coded strings of text from the source to resource files instead). I used the opportunity to learn how the process works in C#. Rescinding localization would have the following benefits:
Properties
directory)Terracord.dll
)The disadvantages of this change are:
terracord.xml
(to include all the new options)README.md
)The documentation updates will also impact issue #111 and PR #113 which are assigned to @MicaelJarniac. Updating terracord.xml
should not be a huge problem for users and some folks will likely be fond of the new customization options. Lastly, locale support (currency and number format, etc.) can continue to be maintained in Config.cs
. Users will be free to translate the text in terracord.xml
if desired using the new available customization options.
Resolved in #118.
Feature Description