diff --git a/P3D/HelperClasses/Localization.vb b/P3D/HelperClasses/Localization.vb index efe54030b..3a615d837 100644 --- a/P3D/HelperClasses/Localization.vb +++ b/P3D/HelperClasses/Localization.vb @@ -1,6 +1,13 @@ Imports Newtonsoft.Json Imports Newtonsoft.Json.Linq +''' +''' TODO: +''' - Test and check if all screens has been passed thru this class +''' - Do a QA build for the QA team and check over everything before translation team gets the files +''' - Future todo: Pass dialog thru the localization class +''' + Public Class Localization Public Shared CurrentLanguage As String = "en" Public Shared LocalizationTokens As Dictionary(Of String, Token) = New Dictionary(Of String, Token)