mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-09-26 11:29:07 +02:00
Added todo
This commit is contained in:
parent
2a6c875fd3
commit
5a086f7600
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user