Reworked translation system
-Label and Button reload translation on the fly -Resources are loaded and reload depending on locale
This commit is contained in:
parent
9e54e1f34f
commit
db3b05d289
23 changed files with 248 additions and 52 deletions
|
|
@ -2148,7 +2148,7 @@ void Variant::get_property_list(List<PropertyInfo> *p_list) const {
|
|||
|
||||
} break; // 10
|
||||
case RECT3: {
|
||||
p_list->push_back(PropertyInfo(Variant::VECTOR3, "pos"));
|
||||
p_list->push_back(PropertyInfo(Variant::VECTOR3, "position"));
|
||||
p_list->push_back(PropertyInfo(Variant::VECTOR3, "size"));
|
||||
p_list->push_back(PropertyInfo(Variant::VECTOR3, "end"));
|
||||
} break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue