You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
looking at the doc there is no way to have access to the data loaded in the library via addLocale()
looking at the code, the locale is (transformed, but with the same informations) stored in a Config instance inacessible for the end-user.
I would like to have a getLocale(localeName) function that return the loaded locale object.
The text was updated successfully, but these errors were encountered:
looking at the doc there is no way to have access to the data loaded in the library via
addLocale()
looking at the code, the locale is (transformed, but with the same informations) stored in a
Config
instance inacessible for the end-user.I would like to have a
getLocale(localeName)
function that return the loaded locale object.The text was updated successfully, but these errors were encountered: