Changed all translation to use new TransContext
This commit is contained in:
@@ -30,6 +30,7 @@ func isStarted() -> bool:
|
||||
func objectiveUpdated(objective:QuestObjective) -> void:
|
||||
QUEST.questUpdated.emit(self)
|
||||
|
||||
func getLocaleData() -> Dictionary[String, String]:
|
||||
var dict: Dictionary[String, String] = {}
|
||||
return dict
|
||||
func getTransContext() -> TransContext:
|
||||
var ctx:TransContext = TransContext.new()
|
||||
ctx.addTransPlural("title", title)
|
||||
return ctx
|
||||
|
Reference in New Issue
Block a user