first Prototype
This commit is contained in:
parent
e11825c698
commit
35ce267482
481 changed files with 17315 additions and 1 deletions
7
addons/localization_editor/model/LocalizationSave.gd
Normal file
7
addons/localization_editor/model/LocalizationSave.gd
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Localization save data for LocalizationEditor : MIT License
|
||||
# @author Vladimir Petrenko
|
||||
extends Resource
|
||||
class_name LocalizationSave
|
||||
|
||||
@export var locale: String
|
||||
@export var placeholders: Dictionary = {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue