Optional
bundlesArray of resource bundles for this locale, if any.
Generally you'll want to provide some base resources, eg for the studio core namespace,
as well as for common namespaces like structure
and vision
. You can also provide resources
for other plugins/namespaces - but preferably the resources should be provided as an async
function that imports the resources, in order to lazy load them on use.
The ID of the locale, eg en-US
, nb-NO
, th-TH
…
The title of locale, eg English (US)
, Norsk (bokmål)
, ไทย
…
Week information for this locale. Based on the Intl.Locale['weekInfo']
type.
A locale definition, which describes a locale and its resources.