Internal representation of the available locale configuration.
Generally not something you will want to use directly.
Loads the given namespaces, if not already done.
Array of namespace names to load
Promise which resolves once loaded.
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'
Internal representation of the available locale configuration.
Generally not something you will want to use directly.