Added todo

This commit is contained in:
Daniel S. Billing 2021-07-31 15:33:39 +02:00
parent 2a6c875fd3
commit 5a086f7600

View File

@ -1,6 +1,13 @@
Imports Newtonsoft.Json
Imports Newtonsoft.Json.Linq
''' <summary>
''' 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
''' </summary>
Public Class Localization
Public Shared CurrentLanguage As String = "en"
Public Shared LocalizationTokens As Dictionary(Of String, Token) = New Dictionary(Of String, Token)