first Prototype
This commit is contained in:
parent
e11825c698
commit
35ce267482
481 changed files with 17315 additions and 1 deletions
11
addons/localization_editor/model/LocalizationLocaleSingle.gd
Normal file
11
addons/localization_editor/model/LocalizationLocaleSingle.gd
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Single locale for LocalizationEditor : MIT License
|
||||
# @author Vladimir Petrenko
|
||||
extends Object
|
||||
class_name LocalizationLocaleSingle
|
||||
|
||||
var code: String
|
||||
var name: String
|
||||
|
||||
func _init(pcode: String, pname: String):
|
||||
code = pcode
|
||||
name = pname
|
||||
Loading…
Add table
Add a link
Reference in a new issue