summaryrefslogtreecommitdiff
path: root/core/object
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2021-09-23 14:08:50 +0300
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2022-01-18 14:30:00 +0200
commit40c56ed410e828d2062de7e4ba5617b3e1c0f631 (patch)
treea48c2066dcee3681b2dbc7f3ba46f0aa5311f0cd /core/object
parent0a67b4639699277648a23f5a47d4b023d951bd6d (diff)
Improve locale detection.
Use separate language, script and country lists. Add locale selection dialog and property hint.
Diffstat (limited to 'core/object')
-rw-r--r--core/object/object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/object/object.h b/core/object/object.h
index 602bd3cda1..63130a1aef 100644
--- a/core/object/object.h
+++ b/core/object/object.h
@@ -94,6 +94,7 @@ enum PropertyHint {
PROPERTY_HINT_INT_IS_OBJECTID,
PROPERTY_HINT_ARRAY_TYPE,
PROPERTY_HINT_INT_IS_POINTER,
+ PROPERTY_HINT_LOCALE_ID,
PROPERTY_HINT_MAX,
// When updating PropertyHint, also sync the hardcoded list in VisualScriptEditorVariableEdit
};