Backport locale selection improvements.

This commit is contained in:
bruvzg
2022-06-09 13:19:30 +03:00
parent 6a6d32276a
commit a8eb779ac3
19 changed files with 2430 additions and 1214 deletions

View File

@@ -1485,6 +1485,9 @@
<constant name="PROPERTY_HINT_IMAGE_COMPRESS_LOSSLESS" value="24" enum="PropertyHint">
Hints that an image is compressed using lossless compression.
</constant>
<constant name="PROPERTY_HINT_LOCALE_ID" value="40" enum="PropertyHint">
Hints that a string property is a locale code. Editing it will show a locale dialog for picking language and country.
</constant>
<constant name="PROPERTY_USAGE_STORAGE" value="1" enum="PropertyUsageFlags">
The property is serialized and saved in the scene file (default).
</constant>