Internal representation of the available locale configuration.
Generally not something you will want to use directly.
Current locale ID (eg en-US, nb-NO, th-TH…)
en-US
nb-NO
th-TH
Array of locale definitions
Translation function, eg t('some.key') => 'Some string'
t('some.key') => 'Some string'
Loads the given namespaces, if not already done.
Array of namespace names to load
Promise which resolves once loaded.
Internal representation of the available locale configuration.
Generally not something you will want to use directly.