LocaleEntry¶
Struct | orca.core
A single entry in a Locale resource, representing a localized string or asset reference.
Fields¶
| Field | Type | Description |
|---|---|---|
Key |
string |
The unique key identifying this locale entry (e.g. "MainMenu.StartButton") |
Value |
string |
The localized string value or asset path for this entry |
Type |
LocaleEntryType |
Indicates how to interpret the Value field (e.g. Text, Resource) |