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
### using prebuilt locale files from core `@js-joda/locale`
118
+
119
+
If you prefer to download `@js-joda/locale` as a single dependency (albeit a rather large one in terms of download size), all prebuilt locale packages are also included.
120
+
You still need to load the separate locale packages, this can be done e.g.
121
+
```javascript
122
+
require('@js-joda/locale/dist/prebuilt/en-us');
123
+
```
124
+
120
125
### Browser
121
126
- using requirejs to load
122
127
- might also be possible with the bower version of cldr-data
0 commit comments