first Prototype
This commit is contained in:
parent
e11825c698
commit
35ce267482
481 changed files with 17315 additions and 1 deletions
16
localization/Placeholders.tres
Normal file
16
localization/Placeholders.tres
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[gd_resource type="Resource" script_class="LocalizationPlaceholdersData" load_steps=2 format=3 uid="uid://dmqjq3hnd4dff"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c56hv2a0fyjv7" path="res://addons/localization_editor/model/LocalizationPlaceholdersData.gd" id="1"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1")
|
||||
placeholders = {
|
||||
"NAME": {
|
||||
"de": "Johan",
|
||||
"en": "John"
|
||||
},
|
||||
"OLD": {
|
||||
"de": "16",
|
||||
"en": "17"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue